lightweight_thread.hpp 550 B

12345678910111213141516
  1. #ifndef BOOST_DETAIL_LIGHTWEIGHT_THREAD_HPP_INCLUDED
  2. #define BOOST_DETAIL_LIGHTWEIGHT_THREAD_HPP_INCLUDED
  3. // Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
  4. // Copyright (c) 2008, 2018 Peter Dimov
  5. // Distributed under the Boost Software License, Version 1.0.
  6. // https://www.boost.org/LICENSE_1_0.txt
  7. #include <boost/config/header_deprecated.hpp>
  8. BOOST_HEADER_DEPRECATED("<boost/smart_ptr/detail/lightweight_thread.hpp>")
  9. #include <boost/smart_ptr/detail/lightweight_thread.hpp>
  10. #endif // #ifndef BOOST_DETAIL_LIGHTWEIGHT_THREAD_HPP_INCLUDED