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

[headers] Ordering <type_traits> #5853

Closed
CaseyCarter opened this issue Sep 18, 2022 · 0 comments · Fixed by #5854
Closed

[headers] Ordering <type_traits> #5853

CaseyCarter opened this issue Sep 18, 2022 · 0 comments · Fixed by #5854

Comments

@CaseyCarter
Copy link
Contributor

Every tool on earth disagrees with the ordering of headers in [tab:headers.cpp]:

<typeindex>
<typeinfo>
<type_traits>

and wants to order these as:

<type_traits>
<typeindex>
<typeinfo>

This ordering anomaly is annoying when comparing lists of headers with those in the standard. This is far from being the worst issue with the working draft, but then it's also one that seems quite easily fixed.

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.

1 participant