Files
contract/test/invariant/only_cv.cpp

9 lines
206 B
C++

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