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

Index subentries for make_error_code and make_error_condition #621

Closed
jwakely opened this issue Feb 17, 2016 · 1 comment
Closed

Index subentries for make_error_code and make_error_condition #621

jwakely opened this issue Feb 17, 2016 · 1 comment
Assignees

Comments

@jwakely
Copy link
Member

jwakely commented Feb 17, 2016

$ grep indexlibrary.*make_error_code *.tex
diagnostics.tex:\indexlibrary{\idxcode{make_error_code}}%
diagnostics.tex:\indexlibrary{\idxcode{make_error_code}}
iostreams.tex:\indexlibrary{\idxcode{make_error_code}}%
threads.tex:\indexlibrary{\idxcode{make_error_code}!\idxcode{future_errc}}%
threads.tex:\indexlibrary{\idxcode{future_errc}!\idxcode{make_error_code}}%

This means the index looks like:

make_error_code, 500, 506, 1033
    future_errc, 1197

And similarly for make_error_condition:

make_error_condition, 500, 508, 1033
    future_errc, 1197

We should either use subentries for the argument type on all overloads or none.

@jwakely jwakely added the lwg Issue must be reviewed by LWG. label Feb 17, 2016
@jwakely
Copy link
Member Author

jwakely commented Feb 17, 2016

It also seems that there is no index entry for future_errc itself, it only appears as the argument type for make_error_code and make_error_condition.

jensmaurer added a commit to jensmaurer/draft that referenced this issue Dec 13, 2016
@jensmaurer jensmaurer removed the lwg Issue must be reviewed by LWG. label Dec 13, 2016
@jensmaurer jensmaurer self-assigned this Dec 13, 2016
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

No branches or pull requests

2 participants