hanchenye-llvm-project/libcxx/test/numerics/c.math
Eric Fiselier 07df631129 [libcxx] Fix SFINAE in <cmath>. Patch from K-Ballo.
Delay instantiation of `__numeric_type` within <cmath>, 
don't instantiate it when the `is_arithmetic` conditions do not hold as it causes
errors with user-defined types with ambiguous conversions. Fixes PR21083.

llvm-svn: 219998
2014-10-17 00:31:47 +00:00
..
cmath.pass.cpp [libcxx] Fix SFINAE in <cmath>. Patch from K-Ballo. 2014-10-17 00:31:47 +00:00
cmath_isinf.pass.cpp
cmath_isnan.pass.cpp
ctgmath.pass.cpp
tgmath_h.pass.cpp
version_cmath.pass.cpp