|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59463 - sandbox/statistics/detail/assign/boost/assign
From: erwann.rogard_at_[hidden]
Date: 2010-02-03 22:27:04
Author: e_r
Date: 2010-02-03 22:27:04 EST (Wed, 03 Feb 2010)
New Revision: 59463
URL: http://svn.boost.org/trac/boost/changeset/59463
Log:
m
Text files modified:
sandbox/statistics/detail/assign/boost/assign/cref_list_of2.hpp | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
Modified: sandbox/statistics/detail/assign/boost/assign/cref_list_of2.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/cref_list_of2.hpp (original)
+++ sandbox/statistics/detail/assign/boost/assign/cref_list_of2.hpp 2010-02-03 22:27:04 EST (Wed, 03 Feb 2010)
@@ -24,7 +24,10 @@
// Usage : vec = cref_list2_of(a)(b)(c)
// The idea of this class was developed in collaboration with P.M.
-// Complexity of cref_list2_of for size N : 2*N allocation of reference wrappers.
+// Complexity of cref_list2_of for size N : A total of N reference_wrappers
+// are stored. Another N are constructed at conversion.
+//
+// TODO perhaps the stored ref_ could be used as a private base ();
template<
typename T,
int N,
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