Removed BOOST_PREPROCESSOR_??? macros

[SVN r14096]
This commit is contained in:
Vesa Karvonen
2002-06-07 12:26:56 +00:00
parent 760c4206b4
commit f1bec9eda8
7 changed files with 0 additions and 21 deletions

View File

@ -28,7 +28,4 @@ in the range [0, BOOST_PP_LIMIT_MAG].</p>
</ul>
*/
#define BOOST_PP_AND(X,Y) BOOST_PP_NOR(BOOST_PP_NOT(X),BOOST_PP_NOT(Y))
/* <p>Obsolete. Use BOOST_PP_AND().</p> */
#define BOOST_PREPROCESSOR_AND(X,Y) BOOST_PP_AND(X,Y)
#endif