Files
contract/test/invariant/both_cv_const.cpp

9 lines
207 B
C++

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