mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-29 12:07:18 +02:00
Add C++14 extensions to 'equal' and 'mismatch'
[SVN r84206]
This commit is contained in:
@ -47,6 +47,10 @@ alias unit_test_framework
|
||||
[ run is_partitioned_test1.cpp unit_test_framework : : : : is_partitioned_test1 ]
|
||||
[ run partition_copy_test1.cpp unit_test_framework : : : : partition_copy_test1 ]
|
||||
|
||||
# Cxx14 tests
|
||||
[ run equal_test.cpp unit_test_framework : : : : equal_test ]
|
||||
[ run mismatch_test.cpp unit_test_framework : : : : mismatch_test ]
|
||||
|
||||
# Hex tests
|
||||
[ run hex_test1.cpp unit_test_framework : : : : hex_test1 ]
|
||||
[ run hex_test2.cpp unit_test_framework : : : : hex_test2 ]
|
||||
|
Reference in New Issue
Block a user