forked from boostorg/bind
changed smart_ptr.hpp to shared_ptr.hpp
[SVN r12645]
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#include <boost/mem_fn.hpp>
|
#include <boost/mem_fn.hpp>
|
||||||
#include <boost/smart_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
|
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
|
||||||
#pragma warning(push, 3)
|
#pragma warning(push, 3)
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
#define BOOST_MEM_FN_ENABLE_STDCALL
|
#define BOOST_MEM_FN_ENABLE_STDCALL
|
||||||
|
|
||||||
#include <boost/mem_fn.hpp>
|
#include <boost/mem_fn.hpp>
|
||||||
#include <boost/smart_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
|
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
|
||||||
#pragma warning(push, 3)
|
#pragma warning(push, 3)
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#include <boost/mem_fn.hpp>
|
#include <boost/mem_fn.hpp>
|
||||||
#include <boost/smart_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
|
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
|
||||||
#pragma warning(push, 3)
|
#pragma warning(push, 3)
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#include <boost/mem_fn.hpp>
|
#include <boost/mem_fn.hpp>
|
||||||
#include <boost/smart_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
|
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
|
||||||
#pragma warning(push, 3)
|
#pragma warning(push, 3)
|
||||||
|
Reference in New Issue
Block a user