]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/contract/test/disable/lib_a.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / contract / test / disable / lib_a.cpp
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 #define BOOST_CONTRACT_TEST_LIB_A_SOURCE
8 #include "lib_a.hpp"
9 #include <boost/contract.hpp> // All headers so test ODR for entire lib.
10 #ifndef BOOST_CONTRACT_HEADER_ONLY
11 #include "lib_a_inlined.hpp"
12 #endif
13 #include "../detail/out_inlined.hpp"
14