Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60443 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-10 13:36:46


Author: e_r
Date: 2010-03-10 13:36:45 EST (Wed, 10 Mar 2010)
New Revision: 60443
URL: http://svn.boost.org/trac/boost/changeset/60443

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/doc/index.html | 2 +-
   1 files changed, 1 insertions(+), 1 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 13:36:45 EST (Wed, 10 Mar 2010)
@@ -1601,7 +1601,7 @@
    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
- to any array.
+ to any array, that will be chosen to have the desired interface, usually iterators and conversion operators.
 </p>
 <p>
    Naturally, this requires that the successive arguments be allocated on the stack. Consequently, this set up is


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