Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67849 - in sandbox/statistics/support/libs/assign/v2/doc: . html/boost_assign_v2
From: erwann.rogard_at_[hidden]
Date: 2011-01-08 23:37:53


Author: e_r
Date: 2011-01-08 23:37:52 EST (Sat, 08 Jan 2011)
New Revision: 67849
URL: http://svn.boost.org/trac/boost/changeset/67849

Log:
minor upd to libs/assign/v2/doc
Text files modified:
   sandbox/statistics/support/libs/assign/v2/doc/boost_assign_v2.qbk | 2 +-
   sandbox/statistics/support/libs/assign/v2/doc/html/boost_assign_v2/qs.html | 4 ++--
   2 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox/statistics/support/libs/assign/v2/doc/boost_assign_v2.qbk
==============================================================================
--- sandbox/statistics/support/libs/assign/v2/doc/boost_assign_v2.qbk (original)
+++ sandbox/statistics/support/libs/assign/v2/doc/boost_assign_v2.qbk 2011-01-08 23:37:52 EST (Sat, 08 Jan 2011)
@@ -215,7 +215,7 @@
 [section:intro Introduction]
 
 This library provides a small set of tools for carrying out operations that can be characterized as either putting a set of values in a container, in simple
-or complex ways, or iterating through a set of variables. These are refered to as the [link boost_assign_v2.put ['put]] and [link boost_assign_v2.ref ['ref]]
+or complex ways, or manipulating references through a [tpl_concept_range range-like] interface. These are refered to as the [link boost_assign_v2.put ['put]] and [link boost_assign_v2.ref ['ref]]
 frameworks, respectively. Each allows to code in one sweep, what would ordinarily require repetitive statements, and integrates nicely with [tpl_range_algorithm range algorithms].
 
 [endsect]

Modified: sandbox/statistics/support/libs/assign/v2/doc/html/boost_assign_v2/qs.html
==============================================================================
--- sandbox/statistics/support/libs/assign/v2/doc/html/boost_assign_v2/qs.html (original)
+++ sandbox/statistics/support/libs/assign/v2/doc/html/boost_assign_v2/qs.html 2011-01-08 23:37:52 EST (Sat, 08 Jan 2011)
@@ -40,7 +40,7 @@
       that follow are taken from actual source files
       that conform to certain <a class="link" href="conv/ex.html" title="Example">conventions</a>,
       notably that <code class="computeroutput"><span class="identifier">as2</span></code> is the alias
- for the above <code class="computeroutput"><span class="keyword">namespace</span></code><sup>[<a name="id36331038" href="#ftn.id36331038" class="footnote">1</a>]</sup> .
+ for the above <code class="computeroutput"><span class="keyword">namespace</span></code><sup>[<a name="id36331043" href="#ftn.id36331043" class="footnote">1</a>]</sup> .
     </p>
 <p>
       A typical <a class="link" href="put.html" title="Put"><span class="emphasis"><em>put</em></span></a>
@@ -107,7 +107,7 @@
     </p>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id36331038" href="#id36331038" class="para">1</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id36331043" href="#id36331043" class="para">1</a>] </sup>
         Why not use unqualified names, given the above <code class="computeroutput"><span class="keyword">using</span></code>
         declaration? To make sure the reader is able to distinguish this library's
         functionality from that of others which also appears in the examples.


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