Removed replacement rescan from tests.

Made requirements for BOOST_PP_CAT and BOOST_PP_STRINGIZE stronger.


[SVN r12440]
This commit is contained in:
Vesa Karvonen
2002-01-22 13:38:55 +00:00
parent 0724dd58dc
commit cf2315ddea
6 changed files with 83 additions and 66 deletions

View File

@ -24,4 +24,4 @@
#define F(D,X) BOOST_PP_DEC(X)
#define I(D,X) -X
TEST((FOR_TEST_MAX*(FOR_TEST_MAX+1)/2)+1 BOOST_PP_FOR(FOR_TEST_MAX,C,F,I))
TEST_B (FOR_TEST_MAX*(FOR_TEST_MAX+1)/2)+1 BOOST_PP_FOR(FOR_TEST_MAX,C,F,I) TEST_E