gcc/libstdc++-v3/testsuite/std/ranges
Jonathan Wakely fa89adaa97 libstdc++: tuple_element_t is also wrong for const subrange (LWG 3398)
* include/std/ranges (tuple_element<0, const subrange<I, S, K>>)
	(tuple_element<1, const subrange<I, S, K>>): Add partial
	specializations (LWG 3398).
	* testsuite/std/ranges/subrange/tuple_like.cc: New test.
2020-02-19 12:46:57 +00:00
..
access libstdc++: P1970R2 Consistency for size() functions: Add ranges::ssize 2020-02-17 18:15:41 +00:00
adaptors libstdc++: P1983R0 Wording for GB301, US296, US292, US291, and US283 2020-02-18 23:21:55 -05:00
headers/ranges
iota libstdc++: Enable three-way comparison for iota_view iterators 2020-02-07 11:39:12 +00:00
subrange libstdc++: tuple_element_t is also wrong for const subrange (LWG 3398) 2020-02-19 12:46:57 +00:00
empty_view.cc
istream_view.cc libstdc++: Add [range.istream] 2020-02-07 09:44:53 -05:00
range.cc libstdc++: Make tests for std::ranges access functions more robust 2020-01-29 13:36:15 +00:00
refinements.cc
safe_range_types.cc
safe_range.cc
single_view.cc
sized.cc
view.cc