1 2 // Copyright (C) 2008-2018 Lorenzo Caminiti 3 // Distributed under the Boost Software License, Version 1.0 (see accompanying 4 // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). 5 // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html 6 7 // Test all invariants (static, cv, and const-only). 8 9 #define BOOST_CONTRACT_TEST_STATIC_INV 10 #define BOOST_CONTRACT_TEST_CV_INV 11 #define BOOST_CONTRACT_TEST_CONST_INV 12 #include "decl.hpp" 13 14