Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/cast.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 //  boost cast.hpp header file
0002 //
0003 //  (C) Copyright Antony Polukhin 2014.
0004 //
0005 //  Distributed under the Boost
0006 //  Software License, Version 1.0. (See accompanying file
0007 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0008 //
0009 //  See http://www.boost.org/libs/conversion for Documentation.
0010 
0011 // This is a DEPRECATED header file!
0012 // Use <boost/polymorphic_cast.hpp> or <boost/numeric/conversion/cast.hpp> instead
0013 
0014 #ifndef BOOST_CAST_HPP
0015 #define BOOST_CAST_HPP
0016 
0017 # include <boost/polymorphic_cast.hpp>
0018 # include <boost/numeric/conversion/cast.hpp>
0019 
0020 #endif  // BOOST_CAST_HPP