Changes in src/Actions/Action_impl_pre.hpp [975b83:152e5c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Action_impl_pre.hpp
r975b83 r152e5c 111 111 ) 112 112 #endif 113 #ifdef paramdescriptions 114 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 #endif 113 118 114 119 #ifdef statetypes … … 143 148 ,\ 144 149 BOOST_PP_SEQ_ELEM(n, paramtokens)\ 145 , Traits.getDescription()\ 150 ,\ 151 BOOST_PP_SEQ_ELEM(n, paramdescriptions)\ 146 152 ); 147 153
Note:
See TracChangeset
for help on using the changeset viewer.