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& >