File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 7
7
#include < boost/smart_ptr/owner_equal_to.hpp>
8
8
#include < boost/core/lightweight_test.hpp>
9
9
#include < boost/config.hpp>
10
-
11
- #if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)
12
-
13
- int main () {}
14
-
15
- #else
16
-
17
10
#include < unordered_set>
18
11
19
12
int main ()
@@ -47,5 +40,3 @@ int main()
47
40
48
41
return boost::report_errors ();
49
42
}
50
-
51
- #endif // #if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)
Original file line number Diff line number Diff line change 6
6
#include < boost/shared_ptr.hpp>
7
7
#include < boost/core/lightweight_test.hpp>
8
8
#include < boost/config.hpp>
9
-
10
- #if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)
11
-
12
- int main () {}
13
-
14
- #else
15
-
16
9
#include < unordered_set>
17
10
18
11
int main ()
@@ -83,5 +76,3 @@ int main()
83
76
84
77
return boost::report_errors ();
85
78
}
86
-
87
- #endif // #if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)
You can’t perform that action at this time.
0 commit comments