$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59924 - sandbox/statistics/detail/assign/boost/assign/auto_size/detail
From: erwann.rogard_at_[hidden]
Date: 2010-02-25 16:22:19
Author: e_r
Date: 2010-02-25 16:22:18 EST (Thu, 25 Feb 2010)
New Revision: 59924
URL: http://svn.boost.org/trac/boost/changeset/59924
Log:
m
Text files modified: 
   sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp |     3 +--                                     
   1 files changed, 1 insertions(+), 2 deletions(-)
Modified: sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp	(original)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp	2010-02-25 16:22:18 EST (Thu, 25 Feb 2010)
@@ -20,8 +20,7 @@
 #include <boost/assign/auto_size/detail/assign_refence_copy.hpp>
 
 // Creates a collection of references having the interface of boost::array and 
-// convertible to a range constructible from a pair of itera-
-// tors.
+// convertible to a range constructible from a pair of iterators.
 //
 // This approach improves upon ref_list_of<int>() by deducing the number of 
 // arguments at compile time and factors the reference wrapper into a template