Subject: [Boost-commit] svn:boost r59448 - sandbox/statistics/detail/assign/boost/assign
From: erwann.rogard_at_[hidden]
Date: 2010-02-03 15:16:20


Author: e_r
Date: 2010-02-03 15:16:19 EST (Wed, 03 Feb 2010)
New Revision: 59448
URL: http://svn.boost.org/trac/boost/changeset/59448

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/boost/assign/cref_list_of2.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 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:16:19 EST (Wed, 03 Feb 2010)
@@ -89,7 +89,7 @@
         template<typename C>
         operator C(){
             // TODO consider either bypassing the array altogether and call push_front
- // (if available) or replace the array<T1> by array<assign::assign_reference<T1> > >
+ // to preserve the referenceness of the approach
     
             typedef typename boost::range_value<C>::type val_;
                 typedef typename array<val_>::type ar_;