Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60245 - sandbox/statistics/detail/assign/libs/assign/example
From: erwann.rogard_at_[hidden]
Date: 2010-03-06 11:26:01


Author: e_r
Date: 2010-03-06 11:26:00 EST (Sat, 06 Mar 2010)
New Revision: 60245
URL: http://svn.boost.org/trac/boost/changeset/60245

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/example/ref_list_of.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/statistics/detail/assign/libs/assign/example/ref_list_of.cpp
==============================================================================
--- sandbox/statistics/detail/assign/libs/assign/example/ref_list_of.cpp (original)
+++ sandbox/statistics/detail/assign/libs/assign/example/ref_list_of.cpp 2010-03-06 11:26:00 EST (Sat, 06 Mar 2010)
@@ -36,7 +36,7 @@
             int a=1, b=2, c=3;
 
                 {
- array[0] = a; array[1] = b; array[2] = c;
+ array.assign(-1);
             typedef boost::mpl::int_<3> K_;
                     BOOST_AUTO(tmp,
                 cref_list_of(a)(b)(c)


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