mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-31 21:24:40 +02:00
@@ -1,3 +1,6 @@
|
|||||||
|
#ifndef BOOST_SMART_PTR_HPP_INCLUDED
|
||||||
|
#define BOOST_SMART_PTR_HPP_INCLUDED
|
||||||
|
|
||||||
//
|
//
|
||||||
// smart_ptr.hpp
|
// smart_ptr.hpp
|
||||||
//
|
//
|
||||||
@@ -22,4 +25,7 @@
|
|||||||
# include <boost/weak_ptr.hpp>
|
# include <boost/weak_ptr.hpp>
|
||||||
# include <boost/intrusive_ptr.hpp>
|
# include <boost/intrusive_ptr.hpp>
|
||||||
# include <boost/enable_shared_from_this.hpp>
|
# include <boost/enable_shared_from_this.hpp>
|
||||||
|
# include <boost/make_shared.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif // #ifndef BOOST_SMART_PTR_HPP_INCLUDED
|
||||||
|
@@ -33,10 +33,7 @@
|
|||||||
# pragma warn -8092 // template argument passed to 'find' is not an iterator
|
# pragma warn -8092 // template argument passed to 'find' is not an iterator
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/scoped_ptr.hpp>
|
#include <boost/smart_ptr.hpp>
|
||||||
#include <boost/scoped_array.hpp>
|
|
||||||
#include <boost/shared_ptr.hpp>
|
|
||||||
#include <boost/shared_array.hpp>
|
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/detail/lightweight_test.hpp>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user