Back to home page

EIC code displayed by LXR

 
 

    


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 // Copyright 2023 Peter Dimov
0005 // Distributed under the Boost Software License, Version 1.0.
0006 // https://www.boost.org/LICENSE_1_0.txt
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 } // namespace detail
0021 } // namespace boost
0022 
0023 #endif // #ifndef BOOST_SMART_PTR_DETAIL_SP_THREAD_PAUSE_HPP_INCLUDED