gcc/libstdc++-v3/testsuite/26_numerics
Jonathan Wakely 0d58d88db6 Fix some missing/incorrect feature test macros
* include/std/bit (__cpp_lib_bitops): Define.
	* include/std/version (__cpp_lib_constexpr): Remove.
	(__cpp_lib_bitops, __cpp_lib_constexpr_dynamic_alloc): Define.
	* testsuite/26_numerics/bit/header.cc: New test.
	* testsuite/26_numerics/bit/header-2.cc: New test.
	* testsuite/20_util/allocator_traits/header.cc: New test.
	* testsuite/20_util/allocator_traits/header-2.cc: New test.

From-SVN: r277633
2019-10-30 16:57:13 +00:00
..
accumulate
adjacent_difference Add iterator concepts and range access customization points for C++20 2019-10-29 17:44:18 +00:00
bit Fix some missing/incorrect feature test macros 2019-10-30 16:57:13 +00:00
complex
endian Define __cpp_lib_endian feature test macro 2019-07-26 14:30:42 +01:00
exclusive_scan Implement new serial algorithms from Parallelism TS (P0024R2) 2019-06-19 00:01:16 +01:00
gcd Fix std::midpoint for denormal values 2019-06-24 13:09:51 +01:00
headers
inclusive_scan Implement new serial algorithms from Parallelism TS (P0024R2) 2019-06-19 00:01:16 +01:00
inner_product
iota
lcm Fix std::midpoint for denormal values 2019-06-24 13:09:51 +01:00
midpoint Fix std::midpoint for denormal values 2019-06-24 13:09:51 +01:00
numbers Specialize std::numbers constants for __float128 2019-08-06 16:57:51 +01:00
partial_sum Add iterator concepts and range access customization points for C++20 2019-10-29 17:44:18 +00:00
pstl/numeric_ops
random Define std::uniform_random_bit_generator concept for C++20 2019-10-24 10:35:07 +01:00
reduce Fix value category bugs in std::reduce 2019-06-19 16:29:49 +01:00
slice
slice_array
transform_exclusive_scan Implement new serial algorithms from Parallelism TS (P0024R2) 2019-06-19 00:01:16 +01:00
transform_inclusive_scan Implement new serial algorithms from Parallelism TS (P0024R2) 2019-06-19 00:01:16 +01:00
transform_reduce Implement new serial algorithms from Parallelism TS (P0024R2) 2019-06-19 00:01:16 +01:00
valarray
lerp.cc