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
Remove explicit return type of the ranget::map function
Because infering the return type from the template parameters is a
sizeable portion of the function implementation. So using an `auto` type
tells the compiler that the type is in the return statement and saves us
duplicating the same work in two places.
0 commit comments