Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60171 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-04 22:50:17


Author: e_r
Date: 2010-03-04 22:50:15 EST (Thu, 04 Mar 2010)
New Revision: 60171
URL: http://svn.boost.org/trac/boost/changeset/60171

Log:
m
Added:
   sandbox/statistics/detail/assign/libs/assign/doc/revision_history.txt (contents, props changed)

Added: sandbox/statistics/detail/assign/libs/assign/doc/revision_history.txt
==============================================================================
--- (empty file)
+++ sandbox/statistics/detail/assign/libs/assign/doc/revision_history.txt 2010-03-04 22:50:15 EST (Thu, 04 Mar 2010)
@@ -0,0 +1,17 @@
+// Revision history:
+//
+// March 4, 2010 : Created function template overloads that allow to specify a
+// policy.
+// March 1, 2010 : Factored interface into a policy. Csv functions now return an
+// array-like structure; the collection is only used to build them which is
+// much more efficient.
+// Feb 27, 2010 : Support for comma separated arguments (See csv.hpp)
+// Feb 25, 2010 : Added array-like functionality.
+// Feb 21, 2010 : Made member variables mutable and added constness to member
+// functions where appropriate.
+// Feb 9, 2010 :
+// - Added a template parameter for the reference wrapper
+// - The temporary array in the conversion operator is now assigned by calling
+// begin() and end() rather than write_to_array() to ensure consistency of
+// side effect.
+// Feb 5, 2010 : First version. rebind semantics.


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