$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60209 - sandbox/statistics/detail/assign/libs/assign/example
From: erwann.rogard_at_[hidden]
Date: 2010-03-05 14:48:20
Author: e_r
Date: 2010-03-05 14:48:19 EST (Fri, 05 Mar 2010)
New Revision: 60209
URL: http://svn.boost.org/trac/boost/changeset/60209
Log:
m
Text files modified:
sandbox/statistics/detail/assign/libs/assign/example/ref_list_of.cpp | 3 ++-
1 files changed, 2 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-05 14:48:19 EST (Fri, 05 Mar 2010)
@@ -45,8 +45,9 @@
BOOST_ASSERT(ints[1] == b);
BOOST_ASSERT(ints[2] == c);
+ // BUG for K > 1
BOOST_AUTO(tmp,cref_list_of(a)(b)(3)
- .range<1>(boost::begin(ints))
+ .range<2>(boost::begin(ints))
);
describe(os,tmp);