mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-16 14:02:17 +02:00
Added link to test
[SVN r12720]
This commit is contained in:
@ -21,6 +21,11 @@
|
||||
|
||||
<p>BOOST_PP_IF() enables convenient generation of lists using
|
||||
BOOST_PP_REPEAT().</p>
|
||||
|
||||
<h3>Test</h3>
|
||||
<ul>
|
||||
<li><a href="../../test/preprocessor_test.cpp">preprocessor_test.cpp</a></li>
|
||||
</ul>
|
||||
*/
|
||||
#define BOOST_PP_IF(C,T,E) BOOST_PP_IF_BOOL(BOOST_PP_BOOL(C))(E,T)
|
||||
|
||||
|
Reference in New Issue
Block a user