Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Action_impl_pre.hpp

    r975b83 r152e5c  
    111111)
    112112#endif
     113#ifdef paramdescriptions
     114BOOST_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
    113118
    114119#ifdef statetypes
     
    143148  ,\
    144149  BOOST_PP_SEQ_ELEM(n, paramtokens)\
    145   , Traits.getDescription()\
     150  ,\
     151  BOOST_PP_SEQ_ELEM(n, paramdescriptions)\
    146152  );
    147153
Note: See TracChangeset for help on using the changeset viewer.