mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-30 12:47:28 +02: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/smart_ptr/owner_equal_to.hpp>
|
||||||
#include <boost/core/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
#if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)
|
|
||||||
|
|
||||||
int main() {}
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
@ -47,5 +40,3 @@ int main()
|
|||||||
|
|
||||||
return boost::report_errors();
|
return boost::report_errors();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // #if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)
|
|
||||||
|
@ -6,13 +6,6 @@
|
|||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
#include <boost/core/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
#if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)
|
|
||||||
|
|
||||||
int main() {}
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
@ -83,5 +76,3 @@ int main()
|
|||||||
|
|
||||||
return boost::report_errors();
|
return boost::report_errors();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // #if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)
|
|
||||||
|
Reference in New Issue
Block a user