gcc/libstdc++-v3/testsuite/26_numerics
Jonathan Wakely 393283b8ef libstdc++: Define __cpp_lib_constexpr_complex macro
This is LWG issue 3349.

	* include/std/complex (__cpp_lib_constexpr_complex): Define.
	* include/std/version (__cpp_lib_constexpr_complex): Likewise.
	* testsuite/26_numerics/complex/1.cc: New test.
	* testsuite/26_numerics/complex/2.cc: New test.

From-SVN: r279172
2019-12-10 16:15:59 +00:00
..
accumulate Update copyright years. 2019-01-01 13:31:55 +01:00
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 libstdc++: Define __cpp_lib_constexpr_complex macro 2019-12-10 16:15:59 +00:00
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 In C++17 <math.h> should not put special functions in global namespace 2019-03-21 14:03:56 +00:00
inclusive_scan Implement new serial algorithms from Parallelism TS (P0024R2) 2019-06-19 00:01:16 +01:00
inner_product Update copyright years. 2019-01-01 13:31:55 +01:00
iota Update copyright years. 2019-01-01 13:31:55 +01:00
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 Synchronize libstdc++ PSTL with upstream LLVM PSTL 2019-06-07 22:01:16 +00:00
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 Update copyright years. 2019-01-01 13:31:55 +01:00
slice_array Update copyright years. 2019-01-01 13:31:55 +01:00
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 Update copyright years. 2019-01-01 13:31:55 +01:00
lerp.cc Define midpoint and lerp functions for C++20 (P0811R3) 2019-03-05 18:37:24 +00:00