diff --git a/include/boost/preprocessor/cat.hpp b/include/boost/preprocessor/cat.hpp index 9e2d2ad..908fe53 100644 --- a/include/boost/preprocessor/cat.hpp +++ b/include/boost/preprocessor/cat.hpp @@ -48,9 +48,9 @@ The above expands to: ]; \endverbatim -Using BOOST_PP_CAT() above lets the PP expand the __LINE__. -If the above code would use the ## operator directly then __LINE__ would not be -expanded and the above would expand to: +Using BOOST_PP_CAT() above lets the PP expand the __LINE__. If the above code +would use the ## operator directly then __LINE__ would not be expanded and +the above would expand to:
\verbatim enum