From b440e8545274cad1f12701a33aff4f3ff4a59a98 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 1 Dec 2006 14:24:58 +0000 Subject: [PATCH] Fixed get_deleter comment [SVN r36229] --- include/boost/shared_ptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/shared_ptr.hpp b/include/boost/shared_ptr.hpp index 688d58f..6391b56 100644 --- a/include/boost/shared_ptr.hpp +++ b/include/boost/shared_ptr.hpp @@ -531,7 +531,7 @@ template std::basic_ostream & operator<< (std:: #endif // __GNUC__ < 3 -// get_deleter (experimental) +// get_deleter #if ( defined(__GNUC__) && BOOST_WORKAROUND(__GNUC__, < 3) ) || \ ( defined(__EDG_VERSION__) && BOOST_WORKAROUND(__EDG_VERSION__, <= 238) ) || \