Fix bugs in copy_if; add basic tests. Refs #7400. Thanks to Hideaki Takei for the catch

[SVN r80618]
This commit is contained in:
Marshall Clow
2012-09-21 14:52:38 +00:00
parent 4a4ae462fb
commit d0a05da4c1
2 changed files with 88 additions and 0 deletions

View File

@ -32,6 +32,7 @@ import testing ;
[ run ordered_test.cpp : : : : ordered_test ]
[ run find_if_not_test1.cpp : : : : find_if_not_test1 ]
[ run copy_if_test1.cpp : : : : copy_if_test1 ]
[ run copy_n_test1.cpp : : : : copy_n_test1 ]
[ run iota_test1.cpp : : : : iota_test1 ]