gcc/libstdc++-v3/testsuite/std
Patrick Palka 3ae0cd94ab libstdc++: Implement remaining piece of LWG 3448
Almost all of the proposed resolution for LWG 3448 is already
implemented; the only part left is to adjust the return type of
transform_view::sentinel::operator-.

libstdc++-v3/ChangeLog:

	PR libstdc++/95322
	* include/std/ranges (transform_view::sentinel::__distance_from):
	Give this a deduced return type.
	(transform_view::sentinel::operator-): Adjust the return type so
	that it's based on the constness of the iterator rather than
	that of the sentinel.
	* testsuite/std/ranges/adaptors/95322.cc: Refer to LWG 3488.
2020-08-26 21:53:04 -04:00
..
concepts libstdc++: Avoid using __float128 in strict modes 2020-07-31 19:58:03 +01:00
ranges libstdc++: Implement remaining piece of LWG 3448 2020-08-26 21:53:04 -04:00
time libstdc++: Fix typo in chrono::year_month_weekday::operator== 2020-08-26 12:58:37 -04:00