Skip to content

Commit 3eaf798

Browse files
jensmaurertkoeppe
authored andcommitted
[depr.strstream] Fix typography for NTBS in index. (#3942)
1 parent de368c6 commit 3eaf798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/future.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@
11631163
Initializes the base class with \tcode{istream(\&sb)} and
11641164
\tcode{sb} with \tcode{strstreambuf(s, 0)}.
11651165
\tcode{s} shall designate the first element of an \ntbs{}.%
1166-
\indextext{NTBS}
1166+
\indextext{NTBS@\ntbs{}}
11671167
\end{itemdescr}
11681168

11691169
\indexlibraryctor{istrstream}%
@@ -1279,7 +1279,7 @@
12791279
\tcode{(mode \& app) != 0},
12801280
then \tcode{s} shall designate the first element of an array of \tcode{n} elements that
12811281
contains an \ntbs{} whose first element is designated by \tcode{s}.
1282-
\indextext{NTBS}%
1282+
\indextext{NTBS@\ntbs{}}%
12831283
The constructor is
12841284
\tcode{strstreambuf(s, n, s + std::strlen(s))}.\footnote{The function signature
12851285
\indexlibraryglobal{strlen}%

0 commit comments

Comments
 (0)