llvm-project/libcxx/test/numerics
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
..
c.math [libcxx] Fix SFINAE in <cmath>. Patch from K-Ballo. 2014-10-17 00:31:47 +00:00
cfenv license change 2010-11-16 22:09:02 +00:00
complex.number Remove XFAIL from a number of tests that aren't expected to fail 2014-05-15 00:55:44 +00:00
numarray Fix buffer overflow issue in valarray test 2014-09-03 05:47:35 +00:00
numeric.ops Zhihao Yuan noted that a move assignment operation was missing from std::adjacent_difference. Fixed. 2013-08-22 18:02:34 +00:00
numeric.requirements license change 2010-11-16 22:09:02 +00:00
numerics.general license change 2010-11-16 22:09:02 +00:00
rand Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure that signed and unsigned verstions produce the same sequence. 2014-09-17 18:33:58 +00:00
nothing_to_do.pass.cpp license change 2010-11-16 22:09:02 +00:00