Skip to content

Commit d58213c

Browse files
committed
Remove use of BOOST_NO_CXX11_HDR_TYPE_TRAITS
1 parent 38d5403 commit d58213c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/sp_nothrow_test.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@
88
// http://www.boost.org/LICENSE_1_0.txt
99
//
1010

11-
#include <boost/config.hpp>
12-
13-
#if defined( BOOST_NO_CXX11_HDR_TYPE_TRAITS )
14-
15-
int main()
16-
{
17-
}
18-
19-
#else
20-
2111
#include <boost/shared_ptr.hpp>
2212
#include <boost/shared_array.hpp>
2313
#include <boost/weak_ptr.hpp>
@@ -85,5 +75,3 @@ int main()
8575

8676
return boost::report_errors();
8777
}
88-
89-
#endif // #if defined( BOOST_NO_CXX11_HDR_TYPE_TRAITS )

0 commit comments

Comments
 (0)