|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59470 - sandbox/statistics/detail/assign/boost/assign
From: erwann.rogard_at_[hidden]
Date: 2010-02-04 11:07:13
Author: e_r
Date: 2010-02-04 11:07:12 EST (Thu, 04 Feb 2010)
New Revision: 59470
URL: http://svn.boost.org/trac/boost/changeset/59470
Log:
m
Text files modified:
sandbox/statistics/detail/assign/boost/assign/cref_list_of2.hpp | 2 +-
1 files changed, 1 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-04 11:07:12 EST (Thu, 04 Feb 2010)
@@ -132,7 +132,7 @@
// Requirement: C(begin,end) is a valid constructor
template<typename C>
operator C(){
- // TODO consider instead:
+ // might consider instead:
// C c; c.reserve(N+1)
// and recursively calling c.push_front(ref)
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