Initial checkin of Boost.Algorithm searching and clamp code and tests; docs and more Algos coming

[SVN r76388]
This commit is contained in:
Marshall Clow 2012-01-09 17:21:04 +00:00
parent c718f1bba7
commit db37922911
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit ba417e875a0d4155f2819d0ac9c9803a3d6c7fd7
Subproject commit d518994247e9ec5882d026950b9a771964485465

View file

@ -47,6 +47,7 @@ local rule run-tests ( root : tests * )
# Please keep these in alphabetic order by test-suite name
run-tests libs :
accumulators/test # test-suite accumulators
algorithm/test # test-suite algorithm
algorithm/minmax/test # test-suite algorith/minmax
algorithm/string/test # test-suite algorithm/string
array/test # test-suite array