Warning, file /include/boost/smart_ptr/detail/deprecated_macros.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef BOOST_SMART_PTR_DETAIL_DEPRECATED_MACROS_HPP_INCLUDED
0002 #define BOOST_SMART_PTR_DETAIL_DEPRECATED_MACROS_HPP_INCLUDED
0003
0004
0005
0006
0007
0008 #include <boost/config/pragma_message.hpp>
0009
0010 #if defined(BOOST_SP_ENABLE_DEBUG_HOOKS)
0011
0012 BOOST_PRAGMA_MESSAGE("The macro BOOST_SP_ENABLE_DEBUG_HOOKS has been deprecated in 1.87 and support for it will be removed.")
0013
0014 #endif
0015
0016 #if defined(BOOST_SP_USE_STD_ALLOCATOR)
0017
0018 BOOST_PRAGMA_MESSAGE("The macro BOOST_SP_USE_STD_ALLOCATOR has been deprecated in 1.87 and support for it will be removed.")
0019
0020 #endif
0021
0022 #if defined(BOOST_SP_USE_QUICK_ALLOCATOR)
0023
0024 BOOST_PRAGMA_MESSAGE("The macro BOOST_SP_USE_QUICK_ALLOCATOR has been deprecated in 1.87 and support for it will be removed.")
0025
0026 #endif
0027
0028 #if defined(BOOST_AC_USE_SPINLOCK)
0029
0030 BOOST_PRAGMA_MESSAGE("The macro BOOST_AC_USE_SPINLOCK has been deprecated in 1.87 and support for it will be removed.")
0031
0032 #endif
0033
0034 #if defined(BOOST_AC_USE_PTHREADS)
0035
0036 BOOST_PRAGMA_MESSAGE("The macro BOOST_AC_USE_PTHREADS has been deprecated in 1.87 and support for it will be removed.")
0037
0038 #endif
0039
0040 #if defined(BOOST_SP_USE_SPINLOCK)
0041
0042 BOOST_PRAGMA_MESSAGE("The macro BOOST_SP_USE_SPINLOCK has been deprecated in 1.87 and support for it will be removed.")
0043
0044 #endif
0045
0046 #if defined(BOOST_SP_USE_PTHREADS)
0047
0048 BOOST_PRAGMA_MESSAGE("The macro BOOST_SP_USE_PTHREADS has been deprecated in 1.87 and support for it will be removed.")
0049
0050 #endif
0051
0052 #endif