]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/config/test/header_deprecated_test.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / config / test / header_deprecated_test.cpp
1 // Copyright 2017 Peter Dimov.
2 //
3 // Distributed under the Boost Software License, Version 1.0.
4 //
5 // See accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt
7
8 #include <boost/config/header_deprecated.hpp>
9
10 BOOST_HEADER_DEPRECATED("<boost/config/workaround.hpp>")
11
12 #define ALTERNATIVE "the suitable component header"
13 BOOST_HEADER_DEPRECATED(ALTERNATIVE)
14
15 #include <boost/config.hpp> // BOOST_STRINGIZE
16
17 #define HEADER <boost/config/workaround.hpp>
18 BOOST_HEADER_DEPRECATED(BOOST_STRINGIZE(HEADER))