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
The transform_view does not constrain the return type of the transformation function. It is invalid to pass a void-returning transformation function to the transform_view, which would cause its iterators’ operator* member to return void.
Proposed change:
Change the constraints on transform_view to the following:
jensmaurer
changed the title
US303 24.07.5.2 Constrain return type of transformation function for transform_view
US303 24.07.5.2 Constrain return type of transformation function for transform_view LWG 3325
Nov 7, 2019
The transform_view does not constrain the return type of the transformation function. It is invalid to pass a void-returning transformation function to the transform_view, which would cause its iterators’ operator* member to return void.
Proposed change:
Change the constraints on transform_view to the following:
The text was updated successfully, but these errors were encountered: