Skip to content

Commit a64e97d

Browse files
committed
wallet: unbreak with boost 1.72
wallet/walletutil.cpp:77:23: error: no member named 'level' in 'boost::filesystem::recursive_directory_iterator' } else if (it.level() == 0 && it->symlink_status().type() == fs::regular_file && IsBerkeleyBtree(it... ~~ ^
1 parent 35eda63 commit a64e97d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fs.h

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <ext/stdio_filebuf.h>
1212
#endif
1313

14-
#define BOOST_FILESYSTEM_NO_DEPRECATED
1514
#include <boost/filesystem.hpp>
1615
#include <boost/filesystem/fstream.hpp>
1716

0 commit comments

Comments
 (0)