forked from boostorg/preprocessor
Removed replacement rescan from tests.
Made requirements for BOOST_PP_CAT and BOOST_PP_STRINGIZE stronger. [SVN r12440]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user