2
0
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:
Oliver Kowalke
2015-12-08 18:47:16 +01:00
parent 838b03be70
commit 3821ca594c
3 changed files with 7 additions and 9 deletions

View File

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