Removed obsoleted BOOST_PREPROCESSOR_??? macros

[SVN r14099]
This commit is contained in:
Vesa Karvonen
2002-06-07 12:56:54 +00:00
parent ec1d6932d4
commit a18d5f79fc
5 changed files with 2 additions and 14 deletions

View File

@ -49,7 +49,4 @@ x0, x1, x2
#define BOOST_PP_ENUM_PARAMS(COUNT,PARAM) BOOST_PP_ENUM(COUNT,BOOST_PP_ENUM_PARAMS_F,PARAM)
#define BOOST_PP_ENUM_PARAMS_F(I,P) BOOST_PP_CAT(P,I)
/* <p>Obsolete. Use BOOST_PP_ENUM_PARAMS().</p> */
#define BOOST_PREPROCESSOR_ENUM_PARAMS(N,P) BOOST_PP_ENUM_PARAMS(N,P)
#endif