From fe8a5204ccf2aab8289cca2c53ccfbf15a685f45 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 2 Dec 2001 21:51:14 +0000 Subject: [PATCH] Re-enabled the void returns workarounds for MSVC, since they pass with VC6sp4. Added the void returns test to status/Jamfile. Modified Files: boost/mem_fn.hpp status/Jamfile [SVN r11863] --- include/boost/mem_fn.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mem_fn.hpp b/include/boost/mem_fn.hpp index 465e08a..075cde1 100644 --- a/include/boost/mem_fn.hpp +++ b/include/boost/mem_fn.hpp @@ -44,7 +44,7 @@ template T * get_pointer(shared_ptr const & p) // Void return workaround temporarily disabled on MSVC 6 // causes internal compiler errors with debug info enabled -#if defined(BOOST_NO_VOID_RETURNS) && !defined(BOOST_MSVC) +#if defined(BOOST_NO_VOID_RETURNS) namespace _mfi // mem_fun_impl {