Added new algorithm 'sort_subrange' from Sean Parent's CppCon keynote. Docs to come

This commit is contained in:
Marshall Clow
2015-09-28 10:28:05 -07:00
parent 4fbc56bae9
commit 7a2ae62f22
3 changed files with 212 additions and 0 deletions

View File

@ -64,6 +64,9 @@ alias unit_test_framework
[ run gather_test1.cpp unit_test_framework : : : : gather_test1 ]
[ compile-fail gather_fail1.cpp ]
# SortSubrange tests
[ run sort_subrange_test.cpp unit_test_framework : : : : sort_subrange_test ]
;
}