mirror of
https://github.com/boostorg/context.git
synced 2026-01-27 18:52:16 +00:00
replace BOOST_CONTEXT_NO_CPP14 by BOOST_CONTEXT_NO_CPP11
This commit is contained in:
@@ -4,12 +4,10 @@
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#include <boost/context/detail/config.hpp>
|
||||
|
||||
#if ! defined(BOOST_CONTEXT_NO_CPP14)
|
||||
|
||||
# include "boost/context/execution_context.hpp"
|
||||
|
||||
#if ! defined(BOOST_CONTEXT_NO_CPP11)
|
||||
|
||||
# include <boost/config.hpp>
|
||||
|
||||
# ifdef BOOST_HAS_ABI_HEADERS
|
||||
|
||||
Reference in New Issue
Block a user