forked from boostorg/preprocessor
Fixed some syntax errors and updated a test to asccount for numbers being more than 256.
This commit is contained in:
@@ -73,6 +73,25 @@ alias preprocessor_nvm
|
||||
[ compile tuple.cpp : <define>BOOST_PP_VARIADICS=0 : tuple_nvm ]
|
||||
;
|
||||
|
||||
alias preprocessor_number_512
|
||||
:
|
||||
[ compile arithmetic.cpp : <define>BOOST_PP_LIMIT_MAG=512 : arithmetic_num ]
|
||||
[ compile array.cpp : <define>BOOST_PP_LIMIT_MAG=512 : array_num ]
|
||||
[ compile comparison.cpp : <define>BOOST_PP_LIMIT_MAG=512 : comparison_num ]
|
||||
[ compile control.cpp : <define>BOOST_PP_LIMIT_MAG=512 : control_num ]
|
||||
[ compile debug.cpp : <define>BOOST_PP_LIMIT_MAG=512 : debug_num ]
|
||||
[ compile facilities.cpp : <define>BOOST_PP_LIMIT_MAG=512 : facilities_num ]
|
||||
[ compile iteration.cpp : <define>BOOST_PP_LIMIT_MAG=512 : iteration_num ]
|
||||
[ compile list.cpp : <define>BOOST_PP_LIMIT_MAG=512 : list_num ]
|
||||
[ compile logical.cpp : <define>BOOST_PP_LIMIT_MAG=512 : logical_num ]
|
||||
[ compile repetition.cpp : <define>BOOST_PP_LIMIT_MAG=512 : repetition_num ]
|
||||
[ compile selection.cpp : <define>BOOST_PP_LIMIT_MAG=512 : selection_num ]
|
||||
[ compile seq.cpp : <define>BOOST_PP_LIMIT_MAG=512 : seq_num ]
|
||||
[ compile slot.cpp : <define>BOOST_PP_LIMIT_MAG=512 : slot_num ]
|
||||
[ compile stringize.cpp : <define>BOOST_PP_LIMIT_MAG=512 : stringize_num ]
|
||||
[ compile tuple.cpp : <define>BOOST_PP_LIMIT_MAG=512 : tuple_num ]
|
||||
;
|
||||
|
||||
alias preprocessor_c
|
||||
:
|
||||
[ compile arithmetic.c
|
||||
|
Reference in New Issue
Block a user