]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/type_traits/include/boost/type_traits/config.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / type_traits / include / boost / type_traits / config.hpp
1
2 // (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
3 // Use, modification and distribution are subject to the Boost Software License,
4 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt).
6 //
7 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
8
9 #ifndef BOOST_TT_OLD_CONFIG_HPP_INCLUDED
10 #define BOOST_TT_OLD_CONFIG_HPP_INCLUDED
11
12 //
13 // This header is deprecated and no longer used by type_traits:
14 //
15 #if defined(__GNUC__) || defined(_MSC_VER)
16 # pragma message("NOTE: Use of this header (boost/type_traits/config.hpp) is deprecated")
17 #endif
18
19 #endif // BOOST_TT_CONFIG_HPP_INCLUDED
20
21