From 4cbe12240a882ba440e4c5878b4c9b6ff4512a2a Mon Sep 17 00:00:00 2001 From: Eric Friedman Date: Mon, 1 Sep 2003 07:52:51 +0000 Subject: [PATCH] Removed inappropriate has_nothrow_constructor specialization. [SVN r19895] --- include/boost/detail/reference_content.hpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/boost/detail/reference_content.hpp b/include/boost/detail/reference_content.hpp index f073aea..c5abe91 100644 --- a/include/boost/detail/reference_content.hpp +++ b/include/boost/detail/reference_content.hpp @@ -21,7 +21,6 @@ #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) # include "boost/mpl/bool.hpp" -# include "boost/type_traits/has_nothrow_constructor.hpp" # include "boost/type_traits/has_nothrow_copy.hpp" #else # include "boost/utility/addressof.hpp" @@ -187,14 +186,6 @@ struct make_reference_content< mpl::void_ > #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) -template -struct has_nothrow_constructor< - ::boost::detail::reference_content< T& > - > - : mpl::true_ -{ -}; - template struct has_nothrow_copy< ::boost::detail::reference_content< T& >