Skip to content

Commit e5472d5

Browse files
committed
Remove uses of BOOST_NO_CXX11_HDR_UNORDERED_SET
1 parent d58213c commit e5472d5

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

test/sp_unordered_test.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
#include <boost/smart_ptr/owner_equal_to.hpp>
88
#include <boost/core/lightweight_test.hpp>
99
#include <boost/config.hpp>
10-
11-
#if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)
12-
13-
int main() {}
14-
15-
#else
16-
1710
#include <unordered_set>
1811

1912
int main()
@@ -47,5 +40,3 @@ int main()
4740

4841
return boost::report_errors();
4942
}
50-
51-
#endif // #if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)

test/wp_unordered_test.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
#include <boost/shared_ptr.hpp>
77
#include <boost/core/lightweight_test.hpp>
88
#include <boost/config.hpp>
9-
10-
#if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)
11-
12-
int main() {}
13-
14-
#else
15-
169
#include <unordered_set>
1710

1811
int main()
@@ -83,5 +76,3 @@ int main()
8376

8477
return boost::report_errors();
8578
}
86-
87-
#endif // #if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)

0 commit comments

Comments
 (0)