2
0
mirror of https://github.com/boostorg/integer.git synced 2026-01-19 04:12:13 +00:00

Use std::enable_if to enable SFINAE rather than static_assert

This commit is contained in:
Nick Thompson
2018-10-29 11:58:18 -06:00
parent 6c58aa9a48
commit df7adb52ca
2 changed files with 6 additions and 10 deletions

View File

@@ -17,8 +17,8 @@ test-suite integer
[ run integer_mask_test.cpp ]
[ run static_log2_test.cpp ]
[ run static_min_max_test.cpp ]
[ run extended_euclidean_test.cpp : : : [ requires cxx11_unified_initialization_syntax ] ]
[ run mod_inverse_test.cpp : : : [ requires cxx11_unified_initialization_syntax ] ]
[ run extended_euclidean_test.cpp : : : [ requires cxx11_unified_initialization_syntax sfinae_expr ] ]
[ run mod_inverse_test.cpp : : : [ requires cxx11_unified_initialization_syntax sfinae_expr ] ]
[ compile integer_traits_include_test.cpp ]
[ compile integer_include_test.cpp ]
[ compile integer_mask_include_test.cpp ]