mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
destructive change sprout::generate -> sprout::unfold
add range adapter reversed, replaced, filtered
This commit is contained in:
parent
6b3f7ad894
commit
73ead93fe5
60 changed files with 3840 additions and 318 deletions
|
@ -19,6 +19,8 @@
|
|||
#include "./fill_n.cpp"
|
||||
#include "./generate.cpp"
|
||||
#include "./generate_n.cpp"
|
||||
#include "./unfold.cpp"
|
||||
#include "./unfold_n.cpp"
|
||||
#include "./remove.cpp"
|
||||
#include "./remove_if.cpp"
|
||||
#include "./remove_copy.cpp"
|
||||
|
@ -76,10 +78,12 @@ namespace testspr {
|
|||
testspr::algorithm_replace_if_test();
|
||||
testspr::algorithm_replace_copy_test();
|
||||
testspr::algorithm_replace_copy_if_test();
|
||||
testspr::algorithm_fill_test();
|
||||
testspr::algorithm_fill_n_test();
|
||||
testspr::algorithm_generate_test();
|
||||
testspr::algorithm_generate_n_test();
|
||||
testspr::algorithm_fill_test();
|
||||
testspr::algorithm_fill_n_test();
|
||||
testspr::algorithm_unfold_test();
|
||||
testspr::algorithm_unfold_n_test();
|
||||
testspr::algorithm_remove_test();
|
||||
testspr::algorithm_remove_if_test();
|
||||
testspr::algorithm_remove_copy_test();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue