|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r60873 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-27 09:56:39
Author: e_r
Date: 2010-03-27 09:56:38 EDT (Sat, 27 Mar 2010)
New Revision: 60873
URL: http://svn.boost.org/trac/boost/changeset/60873
Log:
m
Text files modified:
sandbox/statistics/detail/assign/libs/assign/doc/revision_history.txt | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
Modified: sandbox/statistics/detail/assign/libs/assign/doc/revision_history.txt
==============================================================================
--- sandbox/statistics/detail/assign/libs/assign/doc/revision_history.txt (original)
+++ sandbox/statistics/detail/assign/libs/assign/doc/revision_history.txt 2010-03-27 09:56:38 EDT (Sat, 27 Mar 2010)
@@ -5,12 +5,14 @@
// a[Nshift+N-1] = e.ref;
// by the more explicit statement
// a[Nshift+N-1].rebind( e.ref.get_ref() );
-// March 24, 2010 : Rename chain basic_chain. chain uses basic chain as
-// interface but passes to it a converted to range.
+// March 25, 2010 Copied the code of assign_detail::converter into a macro
+// to be expanded where needed. This solves some compiler complaints in the
+// presence of multiple inheritance.
+// March 24, 2010 : Renamed chain to basic_chain. chain forwards a converted
+// range to basic chain
// March 21, 2010 : Removed /chain. Added /traits and /range. Implem of
// chain_l now much safer by keeping reference to previous changes and
// the current range (similar to ref_list_of).
-// March 19, 2010 : Finished /check
// March 18, 2010 : Commented out range() from auto_size::expr<>
// March 16, 2010 : Added a /comparison_op to allow comparison between proxy
// objects as well as between a proxy object and a range.
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