From c4243e2914d90700f852e1475cdaf5f722901fea Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 14 Jun 2015 12:43:27 +0100 Subject: [PATCH] Ooops, revert to using add_reference for C++98 compilers. --- include/boost/type_traits/is_copy_constructible.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/is_copy_constructible.hpp b/include/boost/type_traits/is_copy_constructible.hpp index fc95cf0..1d950d0 100644 --- a/include/boost/type_traits/is_copy_constructible.hpp +++ b/include/boost/type_traits/is_copy_constructible.hpp @@ -137,7 +137,7 @@ namespace boost { // }; BOOST_STATIC_CONSTANT(bool, value = ( sizeof(test( - boost::declval::type*/ const T&>() + boost::declval::type>() )) == sizeof(boost::type_traits::yes_type) && !boost::is_rvalue_reference::value