2002-01-22 13:38:52 +00:00
|
|
|
#ifndef BOOST_DETAIL_ATOMIC_COUNT_HPP_INCLUDED
|
|
|
|
#define BOOST_DETAIL_ATOMIC_COUNT_HPP_INCLUDED
|
|
|
|
|
2024-09-26 04:11:10 +03:00
|
|
|
// Copyright (c) 2001, 2002 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-01-22 13:38:52 +00:00
|
|
|
|
2024-09-26 04:11:10 +03:00
|
|
|
BOOST_HEADER_DEPRECATED("<boost/smart_ptr/detail/atomic_count.hpp>")
|
2007-05-08 20:14:38 +00:00
|
|
|
|
2009-03-01 16:00:42 +00:00
|
|
|
#include <boost/smart_ptr/detail/atomic_count.hpp>
|
2002-01-22 13:38:52 +00:00
|
|
|
|
|
|
|
#endif // #ifndef BOOST_DETAIL_ATOMIC_COUNT_HPP_INCLUDED
|