New algorithm 'partition_subrange'. Name not 100% final, bue we've got tests. No docs yet.

This commit is contained in:
Marshall Clow
2015-10-01 11:59:31 -07:00
parent 1085f31e7e
commit 1a79438687
3 changed files with 195 additions and 1 deletions

View File

@ -65,7 +65,8 @@ alias unit_test_framework
[ compile-fail gather_fail1.cpp ]
# SortSubrange tests
[ run sort_subrange_test.cpp unit_test_framework : : : : sort_subrange_test ]
[ run sort_subrange_test.cpp unit_test_framework : : : : sort_subrange_test ]
[ run partition_subrange_test.cpp unit_test_framework : : : : partition_subrange_test ]
;
}