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
0005
0006 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
0007 # pragma once
0008 #endif
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
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 }
0034
0035 }
0036
0037 #define BOOST_SP_TYPEID(T) BOOST_CORE_TYPEID(T)
0038
0039 #endif