forked from boostorg/preprocessor
Tweaking docs
[SVN r12604]
This commit is contained in:
@ -40,6 +40,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/** Obsolete. Use BOOST_PP_ADD(). */
|
||||
/** <P>Obsolete. Use BOOST_PP_ADD().</P> */
|
||||
#define BOOST_PREPROCESSOR_ADD(X,Y) BOOST_PP_ADD(X,Y)
|
||||
#endif
|
||||
|
@ -38,6 +38,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/** Obsolete. Use BOOST_PP_DIV(). */
|
||||
/** <P>Obsolete. Use BOOST_PP_DIV().</P> */
|
||||
#define BOOST_PREPROCESSOR_DIV(X,Y) BOOST_PP_DIV(X,Y)
|
||||
#endif
|
||||
|
@ -32,6 +32,6 @@
|
||||
#define BOOST_PP_MOD_F(D,P) (BOOST_PP_SUB_D(D,BOOST_PP_TUPLE2_ELEM0 P,BOOST_PP_TUPLE2_ELEM1 P),BOOST_PP_TUPLE2_ELEM1 P)
|
||||
#endif
|
||||
|
||||
/** Obsolete. Use BOOST_PP_MOD(). */
|
||||
/** <P>Obsolete. Use BOOST_PP_MOD().</P> */
|
||||
#define BOOST_PREPROCESSOR_MOD(X,Y) BOOST_PP_MOD(X,Y)
|
||||
#endif
|
||||
|
@ -37,6 +37,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/** Obsolete. Use BOOST_PP_MUL(). */
|
||||
/** <P>Obsolete. Use BOOST_PP_MUL().</P> */
|
||||
#define BOOST_PREPROCESSOR_MUL(X,Y) BOOST_PP_MUL(X,Y)
|
||||
#endif
|
||||
|
@ -39,6 +39,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/** Obsolete. Use BOOST_PP_SUB(X,Y). */
|
||||
/** <P>Obsolete. Use BOOST_PP_SUB(X,Y).</P> */
|
||||
#define BOOST_PREPROCESSOR_SUB(X,Y) BOOST_PP_SUB(X,Y)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user