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
bit Fix some missing/incorrect feature test macros 2019-10-30 16:57:13 +00:00
complex
endian
exclusive_scan
gcd
headers
inclusive_scan
inner_product
iota
lcm
midpoint
numbers
partial_sum
pstl/numeric_ops
random
reduce
slice
slice_array
transform_exclusive_scan
transform_inclusive_scan
transform_reduce
valarray
lerp.cc