decl_static_cv_const.cpp 468 B

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