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
A class type in certain contexts, an enumeration type in certain contexts ([dcl.enum]), or an array of unknown bound or of incomplete element type, is an incompletely-defined object type. [...]
It would be better to say "at certain program points" now that we have proper language to express this (I believe program points were recently introduced with C++26 Reflection).
I've floated the idea during yesterday's CWG telecon and it sounded like this may be doable editorially.