Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61663 - sandbox/statistics/support/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-04-28 17:22:53


Author: e_r
Date: 2010-04-28 17:22:51 EDT (Wed, 28 Apr 2010)
New Revision: 61663
URL: http://svn.boost.org/trac/boost/changeset/61663

Log:
m
Text files modified:
   sandbox/statistics/support/libs/assign/doc/index.html | 10 ++++++++--
   1 files changed, 8 insertions(+), 2 deletions(-)

Modified: sandbox/statistics/support/libs/assign/doc/index.html
==============================================================================
--- sandbox/statistics/support/libs/assign/doc/index.html (original)
+++ sandbox/statistics/support/libs/assign/doc/index.html 2010-04-28 17:22:51 EDT (Wed, 28 Apr 2010)
@@ -1316,10 +1316,16 @@
 
   <h3>Concept <a name="concept-auto_size"><tt>Auto-Size</tt></a></h3>
 
+ <h4>Description</h4>
+
   <p>For now <tt>Auto-Size</tt> list is still a loose concept (once an acceptable formalization is found,
   this doc will be updated accordingly). Its distinguishing feature, is that it is a compile time expression
   that is formed from references to passed argument, which may be faster than runtime alternatives, and frees the user from the need to specify the size of
   the resulting collection.</p>
+
+ <h4>Models</h4>
+
+ expr<>, chain_l<>, and chain_r<>.
     
   <h3>Concept <a name="concept-chainable"><tt>Chainable</tt></a></h3>
 
@@ -1810,7 +1816,7 @@
 
   <h4>Models</h4>
   
- Chainable(T), Converter(T)
+ AutoSize, Chainable(T), Converter(T)
  
   <h3><a name="ref-chain_impl_r">Proxy object <code>chain_impl::expr_r&lt;&gt;</code></a> </h3>
 
@@ -1831,7 +1837,7 @@
 
   <h4>Models</h4>
 
- Chainable(const T), Converter(const T)
+ AutoSize, Chainable(const T), Converter(const T)
 
   <h2><a name="exceptions">Exceptions and exception-safety</a></h2>
   <p>


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