Merge c++14 changes to release

[SVN r84415]
This commit is contained in:
Marshall Clow
2013-05-22 15:10:49 +00:00
8 changed files with 814 additions and 26 deletions

View File

@@ -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 ]