|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r60854 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-25 23:31:05
Author: e_r
Date: 2010-03-25 23:31:04 EDT (Thu, 25 Mar 2010)
New Revision: 60854
URL: http://svn.boost.org/trac/boost/changeset/60854
Log:
m
Text files modified:
sandbox/statistics/detail/assign/libs/assign/doc/index.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
Modified: sandbox/statistics/detail/assign/libs/assign/doc/index.html
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
==============================================================================
--- sandbox/statistics/detail/assign/libs/assign/doc/index.html (original)
+++ sandbox/statistics/detail/assign/libs/assign/doc/index.html 2010-03-25 23:31:04 EDT (Thu, 25 Mar 2010)
@@ -484,8 +484,7 @@
such as list_of()
, it is not compatible with
<a href="#ref_csv"><code>ref_csv()</code></a>, <a href="#ref_list"><code>ref_list_of()</code></a> and their variants,
which are part of a different framework. The functions <code>chain_l()</code>,
-and <code>chain_r()</code> achieve a similar goal and have the same interface as list_of()
,
-(an idea originating from M.P.G). Continuing the example above,
+and <code>chain_r()</code> achieve a similar goal and have the same interface as list_of()
. Continuing the example above,
<blockquote><pre><span class=preprocessor>#include</span> <span class=special><</span><span class=identifier>boost</span><span class=special>/</span><span class=identifier>assign</span><span class=special>/</span><span class=identifier>auto_size</span><span class=special>/</span><span class=identifier>chain</span><span class=special>.</span><span class=identifier>hpp</span><span class=special>></span>
@@ -2067,7 +2066,9 @@
portability fixes.
<li> Rene Rivera for Code Warrior portability.
<li> Manuel Peinado Gallego for valuable discussions related to the auto-size framework.
- In particular, he identified the need to distinguish between copy and rebind semantics.
+ In particular, he identified the need to distinguish between copy and rebind semantics and first developed and
+ first proposed a design that laid the foundation for
+ chain_l
and