Removed BOOST_PREPROCESSOR_??? macros

[SVN r14097]
This commit is contained in:
Vesa Karvonen
2002-06-07 12:43:59 +00:00
parent f1bec9eda8
commit 33ba22e0f6
22 changed files with 33 additions and 160 deletions

View File

@@ -32,7 +32,4 @@ expanded.</p>
#define BOOST_PP_CAT_DELAY(X,Y) BOOST_PP_DO_CAT(X,Y)
#define BOOST_PP_DO_CAT(X,Y) X##Y
/* <p>Obsolete. Use BOOST_PP_CAT().</p> */
#define BOOST_PREPROCESSOR_CAT(X,Y) BOOST_PP_CAT(X,Y)
#endif