forked from boostorg/algorithm
Added more general power functionality as requested by Sean Parent. Also added enable_if to make sure the exponent is an integral type.
This commit is contained in:
@ -30,6 +30,7 @@ alias unit_test_framework
|
||||
# Misc tests
|
||||
[ run clamp_test.cpp unit_test_framework : : : : clamp_test ]
|
||||
[ run power_test.cpp unit_test_framework : : : : power_test ]
|
||||
[ compile-fail power_fail1.cpp : : : : ]
|
||||
|
||||
# Cxx11 tests
|
||||
[ run all_of_test.cpp unit_test_framework : : : : all_of_test ]
|
||||
|
Reference in New Issue
Block a user