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

9 lines
185 B
C++

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