mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-16 14:02:17 +02:00
minor comment change
[SVN r12292]
This commit is contained in:
@ -48,9 +48,9 @@ The above expands to:
|
|||||||
];
|
];
|
||||||
\endverbatim</PRE>
|
\endverbatim</PRE>
|
||||||
|
|
||||||
Using BOOST_PP_CAT() above lets the PP expand the __LINE__.
|
Using BOOST_PP_CAT() above lets the PP expand the __LINE__. If the above code
|
||||||
If the above code would use the ## operator directly then __LINE__ would not be
|
would use the ## operator directly then __LINE__ would not be expanded and
|
||||||
expanded and the above would expand to:
|
the above would expand to:
|
||||||
|
|
||||||
<PRE>\verbatim
|
<PRE>\verbatim
|
||||||
enum
|
enum
|
||||||
|
Reference in New Issue
Block a user