forked from boostorg/preprocessor
Removed redundant explanation.
[SVN r83898]
This commit is contained in:
@ -73,9 +73,7 @@ variadic macros themselves, have a notation of '(v)' appended to them.
|
||||
For the variadic macros themselves this signifies that
|
||||
BOOST_PP_VARIADICS must be 1 for those variadic macros to be usable.
|
||||
For variadic macros which have a non-variadic equivalent, the
|
||||
non-variadic equivalent will be used if BOOST_PP_VARIADICS is set to 0
|
||||
and the non-variadic version of the
|
||||
macro does not have a '(v)' appended to its name in the documentation.
|
||||
non-variadic equivalent will be used if BOOST_PP_VARIADICS is set to 0.
|
||||
</div>
|
||||
<h4>Extended Functionality Using Variadic Macros<br>
|
||||
</h4>
|
||||
|
Reference in New Issue
Block a user