]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/numeric/conversion/include/boost/cast.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / numeric / conversion / include / boost / cast.hpp
1 // boost cast.hpp header file
2 //
3 // (C) Copyright Antony Polukhin 2014.
4 //
5 // Distributed under the Boost
6 // Software License, Version 1.0. (See accompanying file
7 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 //
9 // See http://www.boost.org/libs/conversion for Documentation.
10
11 // This is a DEPRECATED header file!
12 // Use <boost/polymorphic_cast.hpp> or <boost/numeric/conversion/cast.hpp> instead
13
14 #ifndef BOOST_CAST_HPP
15 #define BOOST_CAST_HPP
16
17 # include <boost/polymorphic_cast.hpp>
18 # include <boost/numeric/conversion/cast.hpp>
19
20 #endif // BOOST_CAST_HPP