From dbc1ef77223249c7a617e96edf6a37febcb3f760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 18 May 2013 09:43:17 +0000 Subject: [PATCH] Fix missing const in BOOST_COPY_ASSIGN_REF_3_TEMPL_ARGS [SVN r84339] --- include/boost/move/core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/move/core.hpp b/include/boost/move/core.hpp index d766963..d939f03 100644 --- a/include/boost/move/core.hpp +++ b/include/boost/move/core.hpp @@ -314,7 +314,7 @@ // #define BOOST_COPY_ASSIGN_REF_3_TEMPL_ARGS(TYPE, ARG1, ARG2, ARG3)\ - TYPE& \ + const TYPE& \ // #define BOOST_CATCH_CONST_RLVALUE(TYPE)\