annotate DEPENDENCIES/generic/include/boost/cast.hpp @ 125:34e428693f5d vext

Vext -> Repoint
author Chris Cannam
date Thu, 14 Jun 2018 11:15:39 +0100
parents c530137014c0
children
rev   line source
Chris@101 1 // boost cast.hpp header file
Chris@101 2 //
Chris@101 3 // (C) Copyright Antony Polukhin 2014.
Chris@101 4 //
Chris@16 5 // Distributed under the Boost
Chris@16 6 // Software License, Version 1.0. (See accompanying file
Chris@16 7 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Chris@101 8 //
Chris@16 9 // See http://www.boost.org/libs/conversion for Documentation.
Chris@16 10
Chris@101 11 // This is a DEPRECATED header file!
Chris@101 12 // Use <boost/polymorphic_cast.hpp> or <boost/numeric/conversion/cast.hpp> instead
Chris@16 13
Chris@16 14 #ifndef BOOST_CAST_HPP
Chris@16 15 #define BOOST_CAST_HPP
Chris@16 16
Chris@101 17 # include <boost/polymorphic_cast.hpp>
Chris@16 18 # include <boost/numeric/conversion/cast.hpp>
Chris@16 19
Chris@16 20 #endif // BOOST_CAST_HPP