recursive_directory_iterator.level() has been marked as deprecated in boost-libs 1.72.0 and since BOOST_FILESYSTEM_NO_DEPRECATED is defined in fs.h this results in a build error. recursive_directory_iterator.depth() should be used instead.
Update .level() to .depth() #17861
pull lord-cow wants to merge 1 commits into bitcoin:master from lord-cow:wallet changing 1 files +1 −1-
lord-cow commented at 9:04 PM on January 3, 2020: none
-
5111a9a28a
Update .level() to .depth()
recursive_directory_iterator.level() has been marked as deprecated in boost-libs 1.72.0 and since BOOST_FILESYSTEM_NO_DEPRECATED is defined in fs.h this results in a build error. recursive_directory_iterator.depth() should be used now.
-
lord-cow commented at 9:15 PM on January 3, 2020: none
Ah thanks, no no issues - I was building from the release not master.
- fanquake closed this on Jan 3, 2020
- DrahtBot locked this on Feb 15, 2022