From c552a23d96e380d5542f3f827f937c41be066de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 9 Sep 2024 00:55:18 +0200 Subject: [PATCH] Use BOOST_CXX_VERSION instead of __cplusplus --- test/flat_tree_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/flat_tree_test.cpp b/test/flat_tree_test.cpp index 6be6f3a..78feb75 100644 --- a/test/flat_tree_test.cpp +++ b/test/flat_tree_test.cpp @@ -96,7 +96,7 @@ template class flat_tree } //dtl { }} //boost::container -#if (__cplusplus > 201103L) +#if (BOOST_CXX_VERSION >= 201103L) #include namespace boost{