We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf95c0 commit fa3ecdfCopy full SHA for fa3ecdf
src/txmempool.h
@@ -23,17 +23,7 @@
23
#include <util/result.h>
24
#include <util/feefrac.h>
25
26
-// This works around a bug in Boost <= 1.80.0 when using Clang >=18.
27
-// See https://github.com/bitcoin/bitcoin/issues/30751.
28
-#if defined(__clang__)
29
-#pragma clang diagnostic push
30
-#pragma clang diagnostic ignored "-Wenum-constexpr-conversion"
31
-#endif
32
#include <boost/multi_index/hashed_index.hpp>
33
34
-#pragma clang diagnostic pop
35
36
-
37
#include <boost/multi_index/identity.hpp>
38
#include <boost/multi_index/indexed_by.hpp>
39
#include <boost/multi_index/ordered_index.hpp>
0 commit comments