mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Initial checkin of Boost.Algorithm searching and clamp code and tests; docs and more Algos coming
[SVN r76388]
This commit is contained in:
parent
c718f1bba7
commit
db37922911
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit ba417e875a0d4155f2819d0ac9c9803a3d6c7fd7
|
||||
Subproject commit d518994247e9ec5882d026950b9a771964485465
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue