Enabled numeric_traits test that has been moved from Boost.Utility.

This commit is contained in:
Andrey Semashev
2017-09-20 01:37:06 +03:00
parent 13b49041e1
commit 9b2065c0ca

View File

@@ -23,6 +23,7 @@ import ../../config/checks/config : requires ;
run binary_search_test.cpp ;
run is_sorted_test.cpp ;
run test_utf8_codecvt.cpp : :
run numeric_traits_test.cpp ;
run test_utf8_codecvt.cpp : :
: [ requires std_wstreambuf ]
;