\verbatim BOOST_PP_IDENTITY(X)() // ^^ NOTE! \endverbatimexpands to:
\verbatim X \endverbatimNOTE: If BOOST_PP_IDENTITY() is not invoked, the expansion will not be usable. */ #define BOOST_PP_IDENTITY(X) X BOOST_PP_EMPTY //! Obsolete. Use BOOST_PP_IDENTITY(). #define BOOST_PREPROCESSOR_IDENTITY(X) BOOST_PP_IDENTITY(X) #endif