Remove uses of BOOST_NO_CXX11_HDR_UNORDERED_SET

This commit is contained in:
Peter Dimov
2024-09-25 19:23:01 +03:00
parent d58213cfcb
commit e5472d59d1
2 changed files with 0 additions and 18 deletions

View File

@ -7,13 +7,6 @@
#include <boost/smart_ptr/owner_equal_to.hpp>
#include <boost/core/lightweight_test.hpp>
#include <boost/config.hpp>
#if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)
int main() {}
#else
#include <unordered_set>
int main()
@ -47,5 +40,3 @@ int main()
return boost::report_errors();
}
#endif // #if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)

View File

@ -6,13 +6,6 @@
#include <boost/shared_ptr.hpp>
#include <boost/core/lightweight_test.hpp>
#include <boost/config.hpp>
#if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)
int main() {}
#else
#include <unordered_set>
int main()
@ -83,5 +76,3 @@ int main()
return boost::report_errors();
}
#endif // #if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)