1
0
forked from boostorg/bind

changed smart_ptr.hpp to shared_ptr.hpp

[SVN r12645]
This commit is contained in:
Peter Dimov
2002-02-02 16:20:28 +00:00
parent 866866c1df
commit 8ec63f5ca5
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
//
#include <boost/mem_fn.hpp>
#include <boost/smart_ptr.hpp>
#include <boost/shared_ptr.hpp>
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(push, 3)

View File

@@ -19,7 +19,7 @@
#define BOOST_MEM_FN_ENABLE_STDCALL
#include <boost/mem_fn.hpp>
#include <boost/smart_ptr.hpp>
#include <boost/shared_ptr.hpp>
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(push, 3)

View File

@@ -17,7 +17,7 @@
//
#include <boost/mem_fn.hpp>
#include <boost/smart_ptr.hpp>
#include <boost/shared_ptr.hpp>
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(push, 3)

View File

@@ -17,7 +17,7 @@
//
#include <boost/mem_fn.hpp>
#include <boost/smart_ptr.hpp>
#include <boost/shared_ptr.hpp>
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(push, 3)