2002-02-12 16:55:25 +00:00
|
|
|
#ifndef BOOST_DETAIL_LIGHTWEIGHT_MUTEX_HPP_INCLUDED
|
|
|
|
#define BOOST_DETAIL_LIGHTWEIGHT_MUTEX_HPP_INCLUDED
|
|
|
|
|
2024-09-26 04:11:10 +03:00
|
|
|
// Copyright (c) 2002, 2003 Peter Dimov and Multi Media Ltd.
|
|
|
|
// Distributed under the Boost Software License, Version 1.0.
|
|
|
|
// https://www.boost.org/LICENSE_1_0.txt
|
2003-11-28 15:35:21 +00:00
|
|
|
|
2024-09-26 04:11:10 +03:00
|
|
|
#include <boost/config/header_deprecated.hpp>
|
2002-02-12 16:55:25 +00:00
|
|
|
|
2024-09-26 04:11:10 +03:00
|
|
|
BOOST_HEADER_DEPRECATED("<boost/smart_ptr/detail/lightweight_mutex.hpp>")
|
2002-02-12 16:55:25 +00:00
|
|
|
|
2009-03-01 16:00:42 +00:00
|
|
|
#include <boost/smart_ptr/detail/lightweight_mutex.hpp>
|
2002-02-12 16:55:25 +00:00
|
|
|
|
|
|
|
#endif // #ifndef BOOST_DETAIL_LIGHTWEIGHT_MUTEX_HPP_INCLUDED
|