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 iterator_traits<I>::value_type pattern seems to be quite common in the standard library (for non-ranges utilities). Should we reuse the iter-value-type alias for short?
The text was updated successfully, but these errors were encountered:
The
iterator_traits<I>::value_type
pattern seems to be quite common in the standard library (for non-ranges
utilities). Should we reuse theiter-value-type
alias for short?The text was updated successfully, but these errors were encountered: