Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60602 - in sandbox/statistics/detail/assign: boost/assign libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-14 20:14:40


Author: e_r
Date: 2010-03-14 20:14:39 EDT (Sun, 14 Mar 2010)
New Revision: 60602
URL: http://svn.boost.org/trac/boost/changeset/60602

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/boost/assign/chain_convert.hpp | 6 +++---
   sandbox/statistics/detail/assign/libs/assign/doc/index.html | 2 +-
   2 files changed, 4 insertions(+), 4 deletions(-)

Modified: sandbox/statistics/detail/assign/boost/assign/chain_convert.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/chain_convert.hpp (original)
+++ sandbox/statistics/detail/assign/boost/assign/chain_convert.hpp 2010-03-14 20:14:39 EDT (Sun, 14 Mar 2010)
@@ -1,13 +1,13 @@
 //////////////////////////////////////////////////////////////////////////////
-// assign::auto_size.hpp //
+// assign::convert.hpp //
 // //
 // (C) Copyright 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_AUTO_SIZE_ER_2010_HPP
-#define BOOST_ASSIGN_AUTO_SIZE_ER_2010_HPP
+#ifndef BOOST_ASSIGN_CHAIN_CONVERT_ER_2010_HPP
+#define BOOST_ASSIGN_CHAIN_CONVERT_ER_2010_HPP
 
 #include <boost/assign/auto_size/chain_convert.hpp>
 

Modified: sandbox/statistics/detail/assign/libs/assign/doc/index.html
==============================================================================
--- sandbox/statistics/detail/assign/libs/assign/doc/index.html (original)
+++ sandbox/statistics/detail/assign/libs/assign/doc/index.html 2010-03-14 20:14:39 EDT (Sun, 14 Mar 2010)
@@ -1148,7 +1148,7 @@
 
   <h3>Function <code>chain_convert_l()</code> and <code>chain_convert_r() <a name="ref-chain_convert"> </h3>
   
- <p> This function joins two ranges into one whose dereferenced type is one that is convertible
+ <p> These function joins collection together into one whose dereferenced type is one that is convertible
   to from those of the two input ranges. In particular, either range may contain reference wrappers
   if they meet certain traits requirement. This function serves as a sustitute for range()
   within the auto-size framework.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk