gcc/libstdc++-v3/testsuite/26_numerics/midpoint
Jonathan Wakely 5f031f9747 libstdc++: midpoint should not constrain T is complete (LWG 3200)
* include/std/numeric (midpoint(T8, T*)): Do not check for complete
	type during overload resolution, use static assert instead (LWG 3200).
	* testsuite/26_numerics/midpoint/pointer.cc: Do not test with
	incomplete type.
	* testsuite/26_numerics/midpoint/pointer_neg.cc: New test.
2020-02-19 15:28:45 +00:00
..
floating.cc Update copyright years. 2020-01-01 12:51:42 +01:00
integral.cc Update copyright years. 2020-01-01 12:51:42 +01:00
pointer_neg.cc libstdc++: midpoint should not constrain T is complete (LWG 3200) 2020-02-19 15:28:45 +00:00
pointer.cc libstdc++: midpoint should not constrain T is complete (LWG 3200) 2020-02-19 15:28:45 +00:00