aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-12-02 19:55:10 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-12-11 18:51:16 +0000
commita64e97dd476bda7c7981979d045b0d06d6f7ce47 (patch)
treead987d204b3fe761342221515b84f38c03bf4d80 /src
parent35eda631ed3bd23d4a41761a85a96f925d4a6337 (diff)
downloadbitcoin-a64e97dd476bda7c7981979d045b0d06d6f7ce47.tar.xz
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... ~~ ^
Diffstat (limited to 'src')
-rw-r--r--src/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs.h b/src/fs.h
index c713297d6e..8af81f173b 100644
--- a/src/fs.h
+++ b/src/fs.h
@@ -11,7 +11,6 @@
#include <ext/stdio_filebuf.h>
#endif
-#define BOOST_FILESYSTEM_NO_DEPRECATED
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>