Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:42

0001 #ifndef BOOST_DETAIL_SP_TYPEINFO_HPP_INCLUDED
0002 #define BOOST_DETAIL_SP_TYPEINFO_HPP_INCLUDED
0003 
0004 // MS compatible compilers support #pragma once
0005 
0006 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
0007 # pragma once
0008 #endif
0009 
0010 //  detail/sp_typeinfo.hpp
0011 //
0012 //  Deprecated, please use boost/core/typeinfo.hpp
0013 //
0014 //  Copyright 2007 Peter Dimov
0015 //
0016 //  Distributed under the Boost Software License, Version 1.0.
0017 //  See accompanying file LICENSE_1_0.txt or copy at
0018 //  http://www.boost.org/LICENSE_1_0.txt)
0019 
0020 #include <boost/core/typeinfo.hpp>
0021 #include <boost/config/header_deprecated.hpp>
0022 
0023 BOOST_HEADER_DEPRECATED( "<boost/core/typeinfo.hpp>" )
0024 
0025 namespace boost
0026 {
0027 
0028 namespace detail
0029 {
0030 
0031 typedef boost::core::typeinfo sp_typeinfo;
0032 
0033 } // namespace detail
0034 
0035 } // namespace boost
0036 
0037 #define BOOST_SP_TYPEID(T) BOOST_CORE_TYPEID(T)
0038 
0039 #endif  // #ifndef BOOST_DETAIL_SP_TYPEINFO_HPP_INCLUDED