-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
incorrect-infoA feature description or the displayed support for it is incorrect.A feature description or the displayed support for it is incorrect.
Description
Which proposal(s) is / are affected?
Most/All C features
Which compiler / toolchain is affected?
N/A
Issue
It looks like the C features are linking to C++ papers instead of the C papers.
As an example, Variably-modified (VM) types (N2778) links to https://wg21.link/N2778, which ends up being https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2778.htm (A C++ ranged-for proposal for C++0x) instead of https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2778.pdf (the correct paper).
Most/All 3 digit proposals seem to lead to 404s, and the 4 digit proposals lead to old C++ proposals instead of the correct C papers.
For clarity, I am talking about these links:

Metadata
Metadata
Assignees
Labels
incorrect-infoA feature description or the displayed support for it is incorrect.A feature description or the displayed support for it is incorrect.