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

Indexing of ios_base members #2970

Closed
jwakely opened this issue Jul 17, 2019 · 1 comment
Closed

Indexing of ios_base members #2970

jwakely opened this issue Jul 17, 2019 · 1 comment

Comments

@jwakely
Copy link
Member

jwakely commented Jul 17, 2019

The index of library names does not include Init, pword, failure etc.

We have index entries for ios_base::Init and ios_base!Init, but not Init!ios_base.

I think we want to use \indexlibrarymember e.g.

--- a/source/iostreams.tex
+++ b/source/iostreams.tex
@@ -1109,7 +1109,7 @@ that contains the elements indicated in \tref{ios.seekdir}.
 \rSec4[ios.init]{Class \tcode{ios_base::Init}}
 
 \indexlibrary{\idxcode{ios_base::Init}}%
-\indexlibrary{\idxcode{ios_base}!\idxcode{Init}}%
+\indexlibrarymember{ios_base}{Init}%
 \begin{codeblock}
 namespace std {
   class ios_base::Init {
@jensmaurer
Copy link
Member

This has been addressed globally by commit 9062306.

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