]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/context/src/execution_context.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / context / src / execution_context.cpp
index a4146a44ddb8a9fd1690531cd1fa1b920e64de75..a028bcdc17250844f7272a8806d7419601c6cd10 100644 (file)
@@ -12,8 +12,7 @@
 # include BOOST_ABI_PREFIX
 #endif
 
-#if ! defined(BOOST_CONTEXT_NO_CXX11)
-# if (defined(BOOST_EXECUTION_CONTEXT) && (BOOST_EXECUTION_CONTEXT == 1))
+#if (defined(BOOST_EXECUTION_CONTEXT) && (BOOST_EXECUTION_CONTEXT == 1))
 namespace boost {
 namespace context {
 namespace detail {
@@ -49,9 +48,8 @@ execution_context::current() noexcept {
 }
 
 }}
-# endif
 #endif
 
-# ifdef BOOST_HAS_ABI_HEADERS
-#  include BOOST_ABI_SUFFIX
-# endif
+#ifdef BOOST_HAS_ABI_HEADERS
+# include BOOST_ABI_SUFFIX
+#endif