lib_a.cpp 529 B

1234567891011121314
  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. #define BOOST_CONTRACT_TEST_LIB_A_SOURCE
  6. #include "lib_a.hpp"
  7. #include <boost/contract.hpp> // All headers so test ODR for entire lib.
  8. #ifndef BOOST_CONTRACT_HEADER_ONLY
  9. #include "lib_a_inlined.hpp"
  10. #endif
  11. #include "../detail/out_inlined.hpp"