mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-16 22:12:09 +02:00
Tweaking docs
[SVN r12604]
This commit is contained in:
@ -28,6 +28,6 @@
|
||||
#define BOOST_PP_GREATER_EQUAL_D(D,X,Y) BOOST_PP_LESS_EQUAL_D(D,Y,X)
|
||||
#endif
|
||||
|
||||
/** Obsolete. Use BOOST_PP_GREATER_EQUAL(). */
|
||||
/** <P>Obsolete. Use BOOST_PP_GREATER_EQUAL().</P> */
|
||||
#define BOOST_PREPROCESSOR_GREATER_EQUAL(X,Y) BOOST_PP_GREATER_EQUAL(X,Y)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user