Add new algorithm 'gather'

[SVN r82584]
This commit is contained in:
Marshall Clow
2013-01-22 00:44:53 +00:00
parent 771375973f
commit 4ca6b10441
7 changed files with 681 additions and 1 deletions

View File

@ -46,10 +46,14 @@ import testing ;
[ run hex_test2.cpp : : : : hex_test2 ]
[ run hex_test3.cpp : : : : hex_test3 ]
[ run hex_test4.cpp : : : : hex_test4 ]
[ compile-fail hex_fail1.cpp ]
[ compile-fail hex_fail1.cpp ]
# Wrapper tests
[ run wrapper_test1.cpp : : : : wrapper_test1 ]
# Gather tests
[ run gather_test1.cpp : : : : gather_test1 ]
[ compile-fail gather_fail1.cpp ]
;
}