mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-11-03 09:11:55 +01:00
Remove uses of BOOST_NO_CXX11_HDR_UNORDERED_SET
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user