From 5d0cc6dca493d5b98acfedae34322b735ec10d75 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 10 Jul 2015 13:05:31 +0100 Subject: [PATCH] Fix duplicate definitions. --- include/boost/type_traits/has_nothrow_copy.hpp | 5 ----- 1 file changed, 5 deletions(-) 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