File indexing completed on 2025-01-18 09:51:43
0001 #ifndef BOOST_SMART_PTR_DETAIL_SP_THREAD_PAUSE_HPP_INCLUDED
0002 #define BOOST_SMART_PTR_DETAIL_SP_THREAD_PAUSE_HPP_INCLUDED
0003
0004
0005
0006
0007
0008 #include <boost/core/yield_primitives.hpp>
0009 #include <boost/config/header_deprecated.hpp>
0010
0011 BOOST_HEADER_DEPRECATED( "<boost/core/yield_primitives.hpp>" )
0012
0013 namespace boost
0014 {
0015 namespace detail
0016 {
0017
0018 using boost::core::sp_thread_pause;
0019
0020 }
0021 }
0022
0023 #endif