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 ); }