From 55cb3afefae698ba365cf212496a2d0ccab9cae1 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 18 Jun 2013 14:48:37 +0000 Subject: [PATCH] Merge test fixup to release [SVN r84825] --- test/gather_fail1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gather_fail1.cpp b/test/gather_fail1.cpp index 2670bd0..7fe5b7f 100644 --- a/test/gather_fail1.cpp +++ b/test/gather_fail1.cpp @@ -27,7 +27,7 @@ void test_sequence1 () { typedef input_iterator::iterator> II; // This should fail to compile, since gather doesn't work with input iterators - (void) ba::gather ( II( v.begin ()), II( v.end ()), II( v.begin ()), is_even ); + (void) ba::gather ( II( v.begin ()), II( v.end ()), II( v.begin ()), is_ten ); }