Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[diff.cpp03.library] Two entries for <typeinfo> in the index of library headers #6649

Closed
AlisdairM opened this issue Nov 9, 2023 · 1 comment · Fixed by #7200
Closed

Comments

@AlisdairM
Copy link
Contributor

AlisdairM commented Nov 9, 2023

The hyphenation of the header causes it to appear twice in the index of library headers, with an erroneous appearance sorted out of order, as-if it were a header named type:

\libheaderref{tuple},
\libheaderrefx{type-index}{type.index.synopsis},
\libheaderrefx{type_traits}{meta.type.synop},

->

<tuple>, 516–520, 689, 699, 710, 1968, 1993, 1994
<typeindex>, 1968
<type_traits>, 516–520, 657, 1968, 1992
<typeindex>, 803
<typeinfo>, 517, 538

@AlisdairM AlisdairM changed the title [diff.cpp03.library] [diff.cpp03.library] Two entries for <typeinfo> in the index of library headers Nov 9, 2023
@frederick-vs-ja
Copy link
Contributor

frederick-vs-ja commented Jul 21, 2024

This is fixed in https://eel.is/c++draft/headerindex. I think we can cherry-pick @Eelis's changes. Edit: Oops, that method doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants