Files
contract/test/invariant/both_static_const.cpp
2015-11-11 07:47:36 -08:00

9 lines
205 B
C++

// Test all invariants (static, cv, and const-only).
#define BOOST_CONTRACT_AUX_TEST_STATIC_INV
#undef BOOST_CONTRACT_AUX_TEST_CV_INV
#define BOOST_CONTRACT_AUX_TEST_CONST_INV
#include "combinations.i"