cast.hpp 584 B

1234567891011121314151617181920
  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. // This is a DEPRECATED header file!
  11. // Use <boost/polymorphic_cast.hpp> or <boost/numeric/conversion/cast.hpp> instead
  12. #ifndef BOOST_CAST_HPP
  13. #define BOOST_CAST_HPP
  14. # include <boost/polymorphic_cast.hpp>
  15. # include <boost/numeric/conversion/cast.hpp>
  16. #endif // BOOST_CAST_HPP