new cleaner(?) implementation for segmented fusion

[SVN r73644]
This commit is contained in:
Eric Niebler
2011-08-11 04:14:50 +00:00
parent 00b2cfc52e
commit d9c5b32687
28 changed files with 2171 additions and 1496 deletions

View File

@@ -157,9 +157,15 @@ import testing ;
run algorithm/ext_/for_each_s.cpp ;
explicit for_each_s ;
run algorithm/ext_/find_s.cpp ;
explicit find_s ;
run algorithm/ext_/find_if_s.cpp ;
explicit find_if_s ;
run algorithm/ext_/fold_s.cpp ;
explicit fold_s ;
run sequence/ext_/iterator_range_s.cpp ;
explicit iterator_range_s ;
}