forked from boostorg/smart_ptr
Remove uses of BOOST_NO_CXX11_HDR_FUNCTIONAL
This commit is contained in:
@@ -7,12 +7,6 @@
|
||||
#include <boost/config.hpp>
|
||||
#include <functional>
|
||||
|
||||
#if defined(BOOST_NO_CXX11_HDR_FUNCTIONAL)
|
||||
|
||||
int main() {}
|
||||
|
||||
#else
|
||||
|
||||
int main()
|
||||
{
|
||||
{
|
||||
@@ -38,5 +32,3 @@ int main()
|
||||
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
||||
#endif // #if defined(BOOST_NO_CXX11_HDR_FUNCTIONAL)
|
||||
|
||||
Reference in New Issue
Block a user