mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-15 13:36:33 +02:00
minor comment change
[SVN r12292]
This commit is contained in:
@ -48,9 +48,9 @@ The above expands to:
|
||||
];
|
||||
\endverbatim</PRE>
|
||||
|
||||
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:
|
||||
|
||||
<PRE>\verbatim
|
||||
enum
|
||||
|
Reference in New Issue
Block a user