started to parse if-assertion

This commit is contained in:
Lorenzo Caminiti 2015-02-12 18:14:03 -08:00
parent 877e526d54
commit 4c53774633

View File

@ -18,6 +18,13 @@
/* PUBLIC */
// This macro name must NOT be #defined (used here like a "keyword"). The
// Boost.Preprocessor doc indicates the purpose of BOOST_PP_NIL is to NOT be
// a macro (i.e., to be #undefined, according with its usage here).
#ifdef BOOST_PP_NIL
# error "#definition of reserved macro name"
#endif
// Precondition: tokens must start with a token concatenable to a macro name
// (e.g., a literal or integral token) or with parenthesis.
#define BOOST_CONTRACT_EXT_PP_IS_NIL_FRONT(tokens) \