mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-30 04:47:12 +02:00
Merge [76125], [76126] to release.
[SVN r76164]
This commit is contained in:
@ -30,8 +30,7 @@
|
|||||||
#include <boost/intrusive_ptr.hpp>
|
#include <boost/intrusive_ptr.hpp>
|
||||||
#include <boost/detail/atomic_count.hpp>
|
#include <boost/detail/atomic_count.hpp>
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <algorithm>
|
#include <utility>
|
||||||
#include <functional>
|
|
||||||
|
|
||||||
#if defined( BOOST_HAS_RVALUE_REFS )
|
#if defined( BOOST_HAS_RVALUE_REFS )
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/detail/lightweight_test.hpp>
|
||||||
|
#include <utility>
|
||||||
|
|
||||||
#if defined( BOOST_HAS_RVALUE_REFS )
|
#if defined( BOOST_HAS_RVALUE_REFS )
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
#include <boost/weak_ptr.hpp>
|
#include <boost/weak_ptr.hpp>
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/detail/lightweight_test.hpp>
|
||||||
|
#include <utility>
|
||||||
|
|
||||||
#if defined( BOOST_HAS_RVALUE_REFS )
|
#if defined( BOOST_HAS_RVALUE_REFS )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user