From 8ec63f5ca50079c9d7feecc3d34fdb338f4c8aeb Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 2 Feb 2002 16:20:28 +0000 Subject: [PATCH] changed smart_ptr.hpp to shared_ptr.hpp [SVN r12645] --- mem_fn_derived_test.cpp | 2 +- mem_fn_stdcall_test.cpp | 2 +- mem_fn_test.cpp | 2 +- mem_fn_void_test.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mem_fn_derived_test.cpp b/mem_fn_derived_test.cpp index 759197a..c689ac2 100644 --- a/mem_fn_derived_test.cpp +++ b/mem_fn_derived_test.cpp @@ -17,7 +17,7 @@ // #include -#include +#include #if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) #pragma warning(push, 3) diff --git a/mem_fn_stdcall_test.cpp b/mem_fn_stdcall_test.cpp index 0f0ab45..a1f5357 100644 --- a/mem_fn_stdcall_test.cpp +++ b/mem_fn_stdcall_test.cpp @@ -19,7 +19,7 @@ #define BOOST_MEM_FN_ENABLE_STDCALL #include -#include +#include #if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) #pragma warning(push, 3) diff --git a/mem_fn_test.cpp b/mem_fn_test.cpp index 7706e22..63756f2 100644 --- a/mem_fn_test.cpp +++ b/mem_fn_test.cpp @@ -17,7 +17,7 @@ // #include -#include +#include #if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) #pragma warning(push, 3) diff --git a/mem_fn_void_test.cpp b/mem_fn_void_test.cpp index 4b669e4..ad9c5df 100644 --- a/mem_fn_void_test.cpp +++ b/mem_fn_void_test.cpp @@ -17,7 +17,7 @@ // #include -#include +#include #if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) #pragma warning(push, 3)