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
[basic.life] Change "complete const object" to "const, complete object" (#5818)
"Complete object" is a defined term (https://eel.is/c++draft/basic#def:complete_object).
Putting "const" in the middle of that leaves it ambiguous whether we are referring to
a const-qualified "complete object", or to a complete const object with some other meaning
of "complete" (such as "with a complete type").
0 commit comments