• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 #include <boost/contract/core/config.hpp>
8 // For shared (default) and static lib only.
9 #ifndef BOOST_CONTRACT_HEADER_ONLY // This is not an #include guard.
10     #define BOOST_CONTRACT_SOURCE
11     #include <boost/contract/detail/inlined.hpp>
12 #endif // Else (header-only), make sure nothing is compiled here.
13 
14