Warning, file /include/boost/callable_traits/detail/unguarded/function_ptr_varargs.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #define BOOST_CLBL_TRTS_INCLUDE_TRANSACTION_SAFE
0012 #define BOOST_CLBL_TRTS_IS_TRANSACTION_SAFE std::false_type
0013 #include <boost/callable_traits/detail/unguarded/function_ptr_varargs_2.hpp>
0014 #undef BOOST_CLBL_TRTS_INCLUDE_TRANSACTION_SAFE
0015 #undef BOOST_CLBL_TRTS_IS_TRANSACTION_SAFE
0016
0017 #ifdef BOOST_CLBL_TRTS_ENABLE_TRANSACTION_SAFE
0018 #define BOOST_CLBL_TRTS_IS_TRANSACTION_SAFE std::true_type
0019 #define BOOST_CLBL_TRTS_INCLUDE_TRANSACTION_SAFE transaction_safe
0020 #include <boost/callable_traits/detail/unguarded/function_ptr_varargs_2.hpp>
0021 #undef BOOST_CLBL_TRTS_INCLUDE_TRANSACTION_SAFE
0022 #undef BOOST_CLBL_TRTS_IS_TRANSACTION_SAFE
0023 #endif