Skip to content

Commit

Permalink
wallet: unbreak with boost 1.72
Browse files Browse the repository at this point in the history
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...
                   ~~ ^
  • Loading branch information
jbeich committed Dec 11, 2019
1 parent 35eda63 commit a64e97d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fs.h
Expand Up @@ -11,7 +11,6 @@
#include <ext/stdio_filebuf.h>
#endif

#define BOOST_FILESYSTEM_NO_DEPRECATED
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>

Expand Down

0 comments on commit a64e97d

Please sign in to comment.