> On Jun 22, 2026, at 20:32, John Naylor <[email protected]> wrote:
>
> Size, Index - These are not common, and I think they are actually
> discouraged now, in favor of the more common size_t and uint32. I'm
> not sure if there's a consensus on that, though.
Thanks! I'll be happy to edit if appropriate.
> C99 -> we started requiring C11 during the dev cycle of the PG19, and
> it doesn't seem to early to mention that. The part about C99 features
> we don't allow are still accurate, I believe.
Good catch. I've updated the mentions, as well as moving the C-language
baseline up (it was in kind of a weird and offhand place before). I did add an
admonition to not be too innovative in the use of new features in C11 without
making sure there is consensus here as to their use.