#include <boost/preprocessor/config/config.hpp>

Go to the source code of this file.
Macros | |
| #define | BOOST_PP_STRINGIZE(text) BOOST_PP_STRINGIZE_I(text) |
| #define | BOOST_PP_STRINGIZE_I(text) #text |
| #define BOOST_PP_STRINGIZE | ( | text | ) | BOOST_PP_STRINGIZE_I(text) |
Definition at line 28 of file stringize.hpp.
| #define BOOST_PP_STRINGIZE_I | ( | text | ) | #text |
Definition at line 31 of file stringize.hpp.