forked from boostorg/preprocessor
Added ???_R and ???_D macros to reference
[SVN r12910]
This commit is contained in:
@ -31,6 +31,7 @@ otherwise.</p>
|
||||
*/
|
||||
#define BOOST_PP_EQUAL(X,Y) BOOST_PP_EQUAL_D(0,X,Y)
|
||||
|
||||
/** <p>Can be used inside BOOST_PP_WHILE().</p> */
|
||||
#define BOOST_PP_EQUAL_D(D,X,Y) BOOST_PP_NOT(BOOST_PP_NOT_EQUAL_D(D,X,Y))
|
||||
|
||||
/** <p>Obsolete. Use BOOST_PP_EQUAL().</p> */
|
||||
|
Reference in New Issue
Block a user