From 4835f0392d544ae2ad055f8e4dd9e986d26fb91a Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Sun, 13 Jan 2002 15:17:02 +0000 Subject: [PATCH] minor comment change [SVN r12292] --- include/boost/preprocessor/cat.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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