File indexing completed on 2025-01-18 09:30:25
0001
0002
0003
0004
0005
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