diff --git a/include/boost/type_traits/has_nothrow_copy.hpp b/include/boost/type_traits/has_nothrow_copy.hpp index 386e675..8b92e43 100644 --- a/include/boost/type_traits/has_nothrow_copy.hpp +++ b/include/boost/type_traits/has_nothrow_copy.hpp @@ -48,11 +48,6 @@ struct has_nothrow_copy_constructor_imp : public boost::integral_consta } template struct has_nothrow_copy_constructor : public detail::has_nothrow_copy_constructor_imp::value>{}; -template struct has_nothrow_copy_constructor : public integral_constant{}; -#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) -template struct has_nothrow_copy_constructor : public integral_constant{}; -#endif -template struct has_nothrow_copy_constructor : public integral_constant{}; #else