$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60410 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-10 00:02:14
Author: e_r
Date: 2010-03-10 00:02:14 EST (Wed, 10 Mar 2010)
New Revision: 60410
URL: http://svn.boost.org/trac/boost/changeset/60410
Log:
m
Text files modified:
sandbox/statistics/detail/assign/libs/assign/doc/index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
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-10 00:02:14 EST (Wed, 10 Mar 2010)
@@ -1574,9 +1574,9 @@
<b>Design</b>
</p>
<p>
- Each call to the unary operator returns an object that keeps a reference to the new argument,
+ A call to the unary operator returns an object that keeps a reference to the passed argument,
and links to the current object, thereby forming a collection, whose final size is determined
- at compile time. The function <code>write_to_array</code> passes the elements of the collection
+ at compile time. The function <code>write_to_array()</code> passes the elements of the collection
to any array.
</p>
<p>