You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status to Ready during Tuesday morning issue processing in Belfast
jensmaurer
changed the title
US294 24.07.10.3 p14,15 join_view::iterator::operator-- is improperly constrained
US294 24.07.10.3 p14,15 join_view::iterator::operator-- is improperly constrained LWG 3313
Nov 7, 2019
join_view::iterator::operator-- is improperly constrained. In the Effects clause in paragraph 14, we see the statement:
However, this only well-formed when end returns an iterator, not a sentinel. This requirement is not reflected in the constraints of the function(s).
Proposed change:
Change join_view::iterator::operator--() and operator--(int) to the following:
The text was updated successfully, but these errors were encountered: