Home
last modified time | relevance | path

Searched refs:BOOST_USER_CONFIG (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/
Dconfig.hpp21 #if !defined(BOOST_USER_CONFIG) && !defined(BOOST_NO_USER_CONFIG)
22 # define BOOST_USER_CONFIG <boost/config/user.hpp> macro
29 #ifdef BOOST_USER_CONFIG
30 # include BOOST_USER_CONFIG
/third_party/boost/libs/mpl/preprocessed/
Dpreprocess.cmd1 gcc -E -C -P "-I%(boost_root)s" "-D BOOST_USER_CONFIG=\"%(boost_root)s/libs/mpl/preprocessed/includ…
/third_party/boost/libs/stacktrace/example/
Duser_config.cpp7 #define BOOST_USER_CONFIG <libs/stacktrace/example/user_config.hpp> macro
/third_party/boost/libs/config/doc/
Dconfiguring_boost.qbk118 convenient; then, define the macro `BOOST_USER_CONFIG` to point to it. For
146 [[`BOOST_USER_CONFIG`][
176 the user header (see `BOOST_USER_CONFIG`), has had any options necessary
182 where the user header (see `BOOST_USER_CONFIG`), has had any options necessary
189 `BOOST_USER_CONFIG`), has had any options necessary added to it, for example
296 included first (defaulting to __BOOST_CONFIG_USER_HEADER__ if `BOOST_USER_CONFIG`
336 #define BOOST_USER_CONFIG "boost/config/mysetup/win32.hpp"
/third_party/boost/libs/stacktrace/doc/
Dstacktrace.qbk225 …e output operator by defining the macro from Boost.Config [macroref BOOST_USER_CONFIG] to point to…
/third_party/boost/libs/config/test/
Dconfig_info.cpp1021 PRINT_MACRO(BOOST_USER_CONFIG); in print_boost_macros()