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
if the value is an object of scalar type, it does not have indeterminate value (6.7.4 [basic.indet]),
but this should be:
if the value is an object of scalar type, it does not have an indeterminate value (6.7.4 [basic.indet]),
because in C++ (unlike in C) an indeterminate value is a particular kind of value, rather than "has indeterminate value" being a property of an object / region of storage. See [basic.indet]p1.