lightweight_mutex.hpp 511 B

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