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
Use auto where appropriate, e.g. for iterators or other complex types. Avoid using it everywhere, since the code is meant to provide an example, rather than actually be compiled and used, so having type information visible is useful.