pp parsing cleanup

This commit is contained in:
Lorenzo Caminiti
2015-01-14 20:58:13 -08:00
parent 265b1c6584
commit dca93d68ff
14 changed files with 101 additions and 101 deletions

View File

@@ -12,14 +12,14 @@
#include <boost/contract/ext_/preprocessor/traits/func.hpp>
#include <boost/preprocessor/facilities/empty.hpp>
#define BOOST_CONTRACT_TEST_(trait) \
#define BOOST_CONTRACT_TEST_(except) \
BOOST_CONTRACT_TEST_AUX_PP_TRAITS( \
BOOST_CONTRACT_EXT_PP_FUNC_TRAITS_EXCEPT, \
BOOST_CONTRACT_EXT_PP_FUNC_TRAITS, \
(std::map<int, char>&) (f) ( int x, (std::map<int, char>&) y ) const, \
trait, \
except, \
final override, \
trait \
except \
)
int main ( ) {