Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/cast.hpp @ 133:4acb5d8d80b6 tip
Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author | Chris Cannam |
---|---|
date | Tue, 30 Jul 2019 12:25:44 +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 |