mirror of
https://github.com/boostorg/contract.git
synced 2026-02-26 16:42:19 +00:00
9 lines
187 B
C++
9 lines
187 B
C++
|
|
// Test all invariants (static, cv, and const-only).
|
|
|
|
#undef BOOST_CONTRACT_TEST_STATIC_INV
|
|
#define BOOST_CONTRACT_TEST_CV_INV
|
|
#define BOOST_CONTRACT_TEST_CONST_INV
|
|
#include "decl.hpp"
|
|
|