]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove preprocessor check for Boost < 1.54. 16033/head
authorMiod Vallat <miod.vallat@powerdns.com>
Mon, 25 Aug 2025 10:25:17 +0000 (12:25 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Mon, 25 Aug 2025 10:25:17 +0000 (12:25 +0200)
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
pdns/dnswriter.cc

index fc02ebef799982c78d9e16956a08b661e5eacdb3..495c17146dedea40b7b66dee96185b1004825311 100644 (file)
@@ -23,9 +23,7 @@
 #include "config.h"
 #endif
 #include <boost/version.hpp>
-#if BOOST_VERSION >= 105400
 #include <boost/container/static_vector.hpp>
-#endif
 #include "dnswriter.hh"
 #include "misc.hh"
 #include "dnsparser.hh"