From d58213cfcba816941d288be3d38251845dfd3c04 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 25 Sep 2024 18:22:32 +0300 Subject: [PATCH] Remove use of BOOST_NO_CXX11_HDR_TYPE_TRAITS --- test/sp_nothrow_test.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/test/sp_nothrow_test.cpp b/test/sp_nothrow_test.cpp index e74f286..a63f191 100644 --- a/test/sp_nothrow_test.cpp +++ b/test/sp_nothrow_test.cpp @@ -8,16 +8,6 @@ // http://www.boost.org/LICENSE_1_0.txt // -#include - -#if defined( BOOST_NO_CXX11_HDR_TYPE_TRAITS ) - -int main() -{ -} - -#else - #include #include #include @@ -85,5 +75,3 @@ int main() return boost::report_errors(); } - -#endif // #if defined( BOOST_NO_CXX11_HDR_TYPE_TRAITS )