$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59451 - sandbox/statistics/detail/assign/boost/assign
From: erwann.rogard_at_[hidden]
Date: 2010-02-03 15:40:56
Author: e_r
Date: 2010-02-03 15:40:56 EST (Wed, 03 Feb 2010)
New Revision: 59451
URL: http://svn.boost.org/trac/boost/changeset/59451
Log:
m
Text files modified: 
   sandbox/statistics/detail/assign/boost/assign/cref_list_of2.hpp |     5 +++--                                   
   1 files changed, 3 insertions(+), 2 deletions(-)
Modified: sandbox/statistics/detail/assign/boost/assign/cref_list_of2.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/cref_list_of2.hpp	(original)
+++ sandbox/statistics/detail/assign/boost/assign/cref_list_of2.hpp	2010-02-03 15:40:56 EST (Wed, 03 Feb 2010)
@@ -51,7 +51,8 @@
     struct array{ typedef boost::array<T1,N+1> type; };
 
         template<typename T1> // because reference_wrapper has no default constructor
-    struct ref_array : array<boost::assign_detail::assign_reference<const T1> >{};
+    struct ref_array 
+    	: array<boost::assign_detail::assign_reference<const T1> >{};
     
         typedef typename boost::is_same<
             boost::mpl::int_<N>,
@@ -92,7 +93,7 @@
         operator C(){
             // TODO consider instead:
         // C c; c.reserve()
-        // and recursively calling push_front
+        // and recursively calling c.push_front(ref)
     
             typedef typename boost::range_value<C>::type val_;
                 typedef typename ref_array<val_>::type ar_;