Files
contract/test/invariant/decl_static.cpp
2016-01-27 08:10:48 -08:00

9 lines
186 B
C++

// Test all invariants (static, cv, and const-only).
#define BOOST_CONTRACT_TEST_STATIC_INV
#undef BOOST_CONTRACT_TEST_CV_INV
#undef BOOST_CONTRACT_TEST_CONST_INV
#include "decl.hpp"