Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:25

0001 
0002 //          Copyright Oliver Kowalke 2014.
0003 // Distributed under the Boost Software License, Version 1.0.
0004 //    (See accompanying file LICENSE_1_0.txt or copy at
0005 //          http://www.boost.org/LICENSE_1_0.txt)
0006 
0007 #ifndef BOOST_CONTEXT_FLAGS_H
0008 #define BOOST_CONTEXT_FLAGS_H
0009 
0010 # include <boost/config.hpp>
0011 
0012 # ifdef BOOST_HAS_ABI_HEADERS
0013 #  include BOOST_ABI_PREFIX
0014 # endif
0015 
0016 namespace boost {
0017 namespace context {
0018 
0019 struct exec_ontop_arg_t {};
0020 const exec_ontop_arg_t exec_ontop_arg{};
0021 
0022 }}
0023 
0024 # ifdef BOOST_HAS_ABI_HEADERS
0025 # include BOOST_ABI_SUFFIX
0026 # endif
0027 
0028 #endif // BOOST_CONTEXT_FLAGS_H