experimental segmented Fusion support

[SVN r35493]
This commit is contained in:
Eric Niebler
2006-10-05 01:25:32 +00:00
parent 9591dc6dd1
commit 114556bbba
12 changed files with 2022 additions and 0 deletions

View File

@ -95,3 +95,17 @@ import testing ;
;
}
{
# Text for extension features, must be explicitly specified on the command line to be run
# TODO these are not in a test-suite because currently test-suites cannot be marked "explicit"
run algorithm/ext_/for_each_s.cpp ;
explicit for_each_s ;
run algorithm/ext_/find_if_s.cpp ;
explicit find_if_s ;
run sequence/ext_/iterator_range_s.cpp ;
explicit iterator_range_s ;
}