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