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