forked from boostorg/preprocessor
Updated docs for the the fact that in C++20 mode when __VA_OPT__ is supported variadic data passed some of the variadic macros can be empty.
This commit is contained in:
@ -31,6 +31,12 @@
|
||||
<i>a</i>, <i>b</i>, <i>c</i>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
In <a
|
||||
href="file:///E:/Programming/VersionControl/modular-boost/libs/preprocessor/doc/topics/variadic_macros.html#C20_Support_For_Variadic_Macros">C++
|
||||
20</a> mode if the list is empty the resulting <i>variadic</i>
|
||||
<i>data</i> will be empty.
|
||||
</div>
|
||||
<h4>See Also</h4>
|
||||
<ul>
|
||||
<li><a href="list_enum.html">BOOST_PP_LIST_ENUM</a></li>
|
||||
|
Reference in New Issue
Block a user