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

Missing index entries for operator!= #800

Closed
jwakely opened this issue Jul 7, 2016 · 5 comments
Closed

Missing index entries for operator!= #800

jwakely opened this issue Jul 7, 2016 · 5 comments

Comments

@jwakely
Copy link
Member

jwakely commented Jul 7, 2016

Overloads of operator!= need to be indexed as operator"!= and this is currently not done for string_view, optional and PMRs.

I'll fix this once the Oulu motions are merged.

@burblebee
Copy link
Contributor

What's special about operator!= ? What other chars should be treated specially?

@godbyk
Copy link
Contributor

godbyk commented Jul 8, 2016

The ! symbol has a special meaning for the indexer. It indicates that the rhs is a subentry.

The following characters have special meaning within the \index commands:

!  "  @  |

Each of these characters can be escaped by " to retain its normal meaning.

@burblebee
Copy link
Contributor

Thanks! noted :) so you'd do "" for "?

@jwakely
Copy link
Member Author

jwakely commented Jul 9, 2016

Fixed at 16f3af8

@jwakely jwakely closed this as completed Jul 9, 2016
@godbyk
Copy link
Contributor

godbyk commented Jul 9, 2016

@burblebee That's correct.

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

3 participants