2008-07-12 10:41:24 +00:00
|
|
|
#ifndef BOOST_DETAIL_LIGHTWEIGHT_THREAD_HPP_INCLUDED
|
|
|
|
#define BOOST_DETAIL_LIGHTWEIGHT_THREAD_HPP_INCLUDED
|
|
|
|
|
2024-09-26 04:11:10 +03:00
|
|
|
// Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
|
|
|
|
// Copyright (c) 2008, 2018 Peter Dimov
|
|
|
|
// Distributed under the Boost Software License, Version 1.0.
|
|
|
|
// https://www.boost.org/LICENSE_1_0.txt
|
2008-07-12 10:41:24 +00:00
|
|
|
|
2024-09-26 04:11:10 +03:00
|
|
|
#include <boost/config/header_deprecated.hpp>
|
2008-07-12 10:41:24 +00:00
|
|
|
|
2024-09-26 04:11:10 +03:00
|
|
|
BOOST_HEADER_DEPRECATED("<boost/smart_ptr/detail/lightweight_thread.hpp>")
|
2018-03-08 01:19:44 +02:00
|
|
|
|
2020-06-02 17:55:15 +03:00
|
|
|
#include <boost/smart_ptr/detail/lightweight_thread.hpp>
|
2008-07-12 10:41:24 +00:00
|
|
|
|
|
|
|
#endif // #ifndef BOOST_DETAIL_LIGHTWEIGHT_THREAD_HPP_INCLUDED
|