Added BOOST_PP_IDENTITY_N functionality with test.

This commit is contained in:
Edward Diener
2015-09-12 19:53:59 -04:00
parent 132eb67cec
commit 735e301c46
3 changed files with 15 additions and 1 deletions

View File

@ -26,6 +26,7 @@ BEGIN BOOST_PP_APPLY((BOOST_PP_EMPTY))() 0 == 0 END
BEGIN BOOST_PP_EXPAND(MACRO ARGS) == 1 END
BEGIN BOOST_PP_IDENTITY(1)() == 1 END
BEGIN BOOST_PP_IDENTITY_N(36,10)(0,1,2,3,4,5,6,7,8,9) == 36 END
BEGIN BOOST_PP_CAT(BOOST_PP_INTERCEPT, 2) 1 == 1 END