Skip to content

Commit 9cb4456

Browse files
committed
[depr] Fix table lables.
1 parent 9040c4c commit 9cb4456

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

source/future.tex

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@
109109
For compatibility with the
110110
\indextext{library!C standard}%
111111
C standard library, the \Cpp{} standard library provides
112-
the \defnx{C headers}{headers!C library} shown in \tref{future.c.headers}.
112+
the \defnx{C headers}{headers!C library} shown in \tref{depr.c.headers}.
113113

114-
\begin{multicolfloattable}{C headers}{future.c.headers}
114+
\begin{multicolfloattable}{C headers}{depr.c.headers}
115115
{lllll}
116116
\tcode{<assert.h>} \\
117117
\tcode{<complex.h>} \\
@@ -515,10 +515,10 @@
515515
\tcode{strstreambuf},
516516
initializing the base class with
517517
\tcode{streambuf()}.
518-
The postconditions of this function are indicated in \tref{future.strstreambuf.effects}.
518+
The postconditions of this function are indicated in \tref{depr.strstreambuf.cons.sz}.
519519
\end{itemdescr}
520520

521-
\begin{libtab2}{\tcode{strstreambuf(streamsize)} effects}{future.strstreambuf.effects}
521+
\begin{libtab2}{\tcode{strstreambuf(streamsize)} effects}{depr.strstreambuf.cons.sz}
522522
{ll}
523523
{Element}{Value}
524524
\tcode{strmode} & \tcode{dynamic} \\
@@ -539,10 +539,10 @@
539539
\tcode{strstreambuf},
540540
initializing the base class with
541541
\tcode{streambuf()}.
542-
The postconditions of this function are indicated in \tref{future.strstreambuf1.effects}.
542+
The postconditions of this function are indicated in \tref{depr.strstreambuf.cons.alloc}.
543543

544544
\begin{libtab2}{\tcode{strstreambuf(void* (*)(size_t), void (*)(void*))} effects}
545-
{future.strstreambuf1.effects}
545+
{depr.strstreambuf.cons.alloc}
546546
{ll}
547547
{Element}{Value}
548548
\tcode{strmode} & \tcode{dynamic} \\
@@ -569,10 +569,10 @@
569569
\tcode{strstreambuf},
570570
initializing the base class with
571571
\tcode{streambuf()}.
572-
The postconditions of this function are indicated in \tref{future.strstreambuf2.effects}.
572+
The postconditions of this function are indicated in \tref{depr.strstreambuf.cons.ptr}.
573573

574574
\begin{libtab2}{\tcode{strstreambuf(charT*, streamsize, charT*)} effects}
575-
{future.strstreambuf2.effects}
575+
{depr.strstreambuf.cons.ptr}
576576
{ll}
577577
{Element}{Value}
578578
\tcode{strmode} & 0 \\
@@ -898,9 +898,9 @@
898898
\pnum
899899
\effects
900900
Alters the stream position within one of the
901-
controlled sequences, if possible, as indicated in \tref{future.seekoff.positioning}.
901+
controlled sequences, if possible, as indicated in \tref{depr.strstreambuf.seekoff.pos}.
902902

903-
\begin{libtab2}{\tcode{seekoff} positioning}{future.seekoff.positioning}
903+
\begin{libtab2}{\tcode{seekoff} positioning}{depr.strstreambuf.seekoff.pos}
904904
{p{2.5in}l}{Conditions}{Result}
905905
\tcode{(which \& ios::in) != 0} &
906906
positions the input sequence \\ \rowsep
@@ -920,9 +920,9 @@
920920
For a sequence to be positioned, if its next pointer is a null pointer,
921921
the positioning operation fails.
922922
Otherwise, the function determines \tcode{newoff} as indicated in
923-
\tref{future.newoff.values}.
923+
\tref{depr.strstreambuf.seekoff.newoff}.
924924

925-
\begin{libtab2}{\tcode{newoff} values}{future.newoff.values}
925+
\begin{libtab2}{\tcode{newoff} values}{depr.strstreambuf.seekoff.newoff}
926926
{p{2.0in}p{2.0in}}{Condition}{\tcode{newoff} Value}
927927
\tcode{way == ios::beg} &
928928
0 \\ \rowsep
@@ -2341,7 +2341,7 @@
23412341
\pnum
23422342
The \tcode{ctype} locale category includes the following facets
23432343
as if they were specified
2344-
in table \tref{localization.category.facets} of \ref{locale.category}.
2344+
in table \tref{locale.category.facets} of \ref{locale.category}.
23452345

23462346
\begin{codeblock}
23472347
codecvt<char16_t, char, mbstate_t>
@@ -2351,7 +2351,7 @@
23512351
\pnum
23522352
The \tcode{ctype} locale category includes the following facets
23532353
as if they were specified
2354-
in table \tref{localization.required.specializations} of \ref{locale.category}.
2354+
in table \tref{locale.spec} of \ref{locale.category}.
23552355

23562356
\begin{codeblock}
23572357
codecvt_byname<char16_t, char, mbstate_t>

0 commit comments

Comments
 (0)