#include <boost/preprocessor/config/config.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_PP_EXPAND(x) BOOST_PP_EXPAND_OO((x)) |
#define | BOOST_PP_EXPAND_I(x) x |
#define | BOOST_PP_EXPAND_OO(par) BOOST_PP_EXPAND_I ## par |
#define BOOST_PP_EXPAND | ( | x | ) | BOOST_PP_EXPAND_OO((x)) |
Definition at line 22 of file expand.hpp.
Definition at line 26 of file expand.hpp.
#define BOOST_PP_EXPAND_OO | ( | par | ) | BOOST_PP_EXPAND_I ## par |
Definition at line 23 of file expand.hpp.