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 {