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
See std::plus default construction for example. C++ standard does not explicitly say that it's default constructible.
There may be other standard entities or even user-defined ones (e.g. callables).