mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-10-07 21:21:06 +02:00
Remove uses of BOOST_NO_CXX11_HDR_FUNCTIONAL
This commit is contained in:
@@ -8,12 +8,6 @@
|
||||
#include <boost/config.hpp>
|
||||
#include <functional>
|
||||
|
||||
#if defined(BOOST_NO_CXX11_HDR_FUNCTIONAL)
|
||||
|
||||
int main() {}
|
||||
|
||||
#else
|
||||
|
||||
int main()
|
||||
{
|
||||
{
|
||||
@@ -57,5 +51,3 @@ int main()
|
||||
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
||||
#endif // #if defined(BOOST_NO_CXX11_HDR_FUNCTIONAL)
|
||||
|
Reference in New Issue
Block a user