Changes in src/Actions/Action_impl_pre.hpp [152e5c:975b83]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Action_impl_pre.hpp
r152e5c r975b83 111 111 ) 112 112 #endif 113 #ifdef paramdescriptions114 BOOST_PP_ASSERT_MSG(BOOST_PP_EQUAL(MAXPARAMTYPES, BOOST_PP_SEQ_SIZE(paramdescriptions)),\115 ERROR: There are not the same number of "paramtokens" and "paramdescriptions" in: __FILE__ \116 )117 #endif118 113 119 114 #ifdef statetypes … … 148 143 ,\ 149 144 BOOST_PP_SEQ_ELEM(n, paramtokens)\ 150 ,\ 151 BOOST_PP_SEQ_ELEM(n, paramdescriptions)\ 145 , Traits.getDescription()\ 152 146 ); 153 147
Note:
See TracChangeset
for help on using the changeset viewer.