Remove uses of BOOST_NO_CXX11_HDR_FUNCTIONAL

This commit is contained in:
Peter Dimov
2024-09-25 12:39:46 +03:00
parent dccecc2500
commit 044d1f2cb9
8 changed files with 0 additions and 48 deletions

View File

@@ -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)