#include <boost/preprocessor/cat.hpp> #include <boost/preprocessor/stringize.hpp> BOOST_PP_STRINGIZE(BOOST_PP_CAT(a, b)) // expands to "ab"