Skip to content

Commit fa3ecdf

Browse files
author
MarcoFalke
committed
Revert "build: work around issue with Boost <= 1.80 and Clang >= 18"
This reverts commit cd062d6.
1 parent bbf95c0 commit fa3ecdf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/txmempool.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,7 @@
2323
#include <util/result.h>
2424
#include <util/feefrac.h>
2525

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
3226
#include <boost/multi_index/hashed_index.hpp>
33-
#if defined(__clang__)
34-
#pragma clang diagnostic pop
35-
#endif
36-
3727
#include <boost/multi_index/identity.hpp>
3828
#include <boost/multi_index/indexed_by.hpp>
3929
#include <boost/multi_index/ordered_index.hpp>

0 commit comments

Comments
 (0)