$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77890 - trunk/boost/move
From: igaztanaga_at_[hidden]
Date: 2012-04-10 14:48:02
Author: igaztanaga
Date: 2012-04-10 14:48:02 EDT (Tue, 10 Apr 2012)
New Revision: 77890
URL: http://svn.boost.org/trac/boost/changeset/77890
Log:
Added BOOST_COPY_ASSIGN_REF_BEG/END macro to ease portable template class usage
Text files modified: 
   trunk/boost/move/move.hpp |     8 ++++++++                                
   1 files changed, 8 insertions(+), 0 deletions(-)
Modified: trunk/boost/move/move.hpp
==============================================================================
--- trunk/boost/move/move.hpp	(original)
+++ trunk/boost/move/move.hpp	2012-04-10 14:48:02 EDT (Tue, 10 Apr 2012)
@@ -372,6 +372,14 @@
       const ::boost::rv< TYPE >& \
    //
 
+   #define BOOST_COPY_ASSIGN_REF_BEG \
+      const ::boost::rv<  \
+   //
+
+   #define BOOST_COPY_ASSIGN_REF_END \
+      >& \
+   //
+
    #define BOOST_MOVE_COPY_ASSIGN_REF_2_TEMPL_ARGS(TYPE, ARG1, ARG2)\
       const ::boost::rv< TYPE<ARG1, ARG2> >& \
    //