Skip to content

[incorrect info] C paper links link to C++ papers #47

@Sergiovan

Description

@Sergiovan

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:

Image

Metadata

Metadata

Assignees

Labels

incorrect-infoA feature description or the displayed support for it is incorrect.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions