From e5472d59d190c8f71a6d57573db6e477d31cf7d2 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 25 Sep 2024 19:23:01 +0300 Subject: [PATCH] Remove uses of BOOST_NO_CXX11_HDR_UNORDERED_SET --- test/sp_unordered_test.cpp | 9 --------- test/wp_unordered_test.cpp | 9 --------- 2 files changed, 18 deletions(-) diff --git a/test/sp_unordered_test.cpp b/test/sp_unordered_test.cpp index 5d8ec9b..fac2e66 100644 --- a/test/sp_unordered_test.cpp +++ b/test/sp_unordered_test.cpp @@ -7,13 +7,6 @@ #include #include #include - -#if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET) - -int main() {} - -#else - #include int main() @@ -47,5 +40,3 @@ int main() return boost::report_errors(); } - -#endif // #if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET) diff --git a/test/wp_unordered_test.cpp b/test/wp_unordered_test.cpp index 0d35d58..24cdae1 100644 --- a/test/wp_unordered_test.cpp +++ b/test/wp_unordered_test.cpp @@ -6,13 +6,6 @@ #include #include #include - -#if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET) - -int main() {} - -#else - #include int main() @@ -83,5 +76,3 @@ int main() return boost::report_errors(); } - -#endif // #if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)