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
Chapter 2.3 Type inference:
Note: auto cannot be used for function arguments, so the following is not possible to compile
(considering overloading, we should use templates):
int add(auto x, auto y);