gcc/libstdc++-v3/testsuite/26_numerics
Jonathan Wakely 91dd7954c4 libstdc++: Fix some tests that fail in C++20 mode
The linear_congruential_engine negative tests fail with a different
error in C++20 mode, because double is no longer an invalid type for
NTTP. Adjust the expected errors.

libstdc++-v3/ChangeLog:

	* testsuite/26_numerics/random/linear_congruential_engine/requirements/non_uint_neg.cc:
	Adjust expected error for C++20 mode.
	* testsuite/tr1/5_numerical_facilities/random/linear_congruential/requirements/non_uint_neg.cc:
	Likewise.
2021-04-12 12:30:07 +01:00
..
accumulate
adjacent_difference
bit
complex
endian
exclusive_scan
gcd
headers
inclusive_scan
inner_product
iota
lcm
midpoint
numbers
partial_sum
pstl/numeric_ops
random libstdc++: Fix some tests that fail in C++20 mode 2021-04-12 12:30:07 +01:00
reduce
slice
slice_array
transform_exclusive_scan
transform_inclusive_scan
transform_reduce
valarray
lerp.cc