forked from boostorg/preprocessor
Working on docs
[SVN r12586]
This commit is contained in:
@ -23,7 +23,6 @@
|
||||
#include <boost/preprocessor/if.hpp>
|
||||
|
||||
/** Expands to a comma if C != 0 and nothing if C == 0. */
|
||||
|
||||
#define BOOST_PP_COMMA_IF(C) BOOST_PP_IF(C,BOOST_PP_COMMA,BOOST_PP_EMPTY)()
|
||||
|
||||
/** Obsolete. Use BOOST_PP_COMMA_IF(). */
|
||||
|
Reference in New Issue
Block a user