diff --git a/include/boost/system/detail/config.hpp b/include/boost/system/detail/config.hpp index 1231291..422002b 100644 --- a/include/boost/system/detail/config.hpp +++ b/include/boost/system/detail/config.hpp @@ -12,17 +12,15 @@ #include #include -// BOOST_SYSTEM_HAS_SYSTEM_ERROR -// // The macro BOOST_SYSTEM_DISABLE_THREADS can be defined on configurations // that provide and , but not , such as the // single-threaded libstdc++. // // https://github.com/boostorg/system/issues/92 -#if !defined(BOOST_NO_CXX11_HDR_SYSTEM_ERROR) && !defined(BOOST_NO_CXX11_HDR_ATOMIC) && ( !defined(BOOST_NO_CXX11_HDR_MUTEX) || defined(BOOST_SYSTEM_DISABLE_THREADS) ) -# define BOOST_SYSTEM_HAS_SYSTEM_ERROR -#endif +// BOOST_SYSTEM_HAS_SYSTEM_ERROR + +#define BOOST_SYSTEM_HAS_SYSTEM_ERROR // BOOST_SYSTEM_NOEXCEPT // Retained for backward compatibility