Skip to content

Commit 9d30b9e

Browse files
committed
[depr] Fix table lables.
1 parent e09905c commit 9d30b9e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

source/future.tex

+14-14
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>} \\
@@ -514,10 +514,10 @@
514514
\tcode{strstreambuf},
515515
initializing the base class with
516516
\tcode{streambuf()}.
517-
The postconditions of this function are indicated in \tref{future.strstreambuf.effects}.
517+
The postconditions of this function are indicated in \tref{depr.strstreambuf.cons.sz}.
518518
\end{itemdescr}
519519

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

543543
\begin{libtab2}{\tcode{strstreambuf(void* (*)(size_t), void (*)(void*))} effects}
544-
{future.strstreambuf1.effects}
544+
{depr.strstreambuf.cons.alloc}
545545
{ll}
546546
{Element}{Value}
547547
\tcode{strmode} & \tcode{dynamic} \\
@@ -568,10 +568,10 @@
568568
\tcode{strstreambuf},
569569
initializing the base class with
570570
\tcode{streambuf()}.
571-
The postconditions of this function are indicated in \tref{future.strstreambuf2.effects}.
571+
The postconditions of this function are indicated in \tref{depr.strstreambuf.cons.ptr}.
572572

573573
\begin{libtab2}{\tcode{strstreambuf(charT*, streamsize, charT*)} effects}
574-
{future.strstreambuf2.effects}
574+
{depr.strstreambuf.cons.ptr}
575575
{ll}
576576
{Element}{Value}
577577
\tcode{strmode} & 0 \\
@@ -897,9 +897,9 @@
897897
\pnum
898898
\effects
899899
Alters the stream position within one of the
900-
controlled sequences, if possible, as indicated in \tref{future.seekoff.positioning}.
900+
controlled sequences, if possible, as indicated in \tref{depr.strstreambuf.seekoff.pos}.
901901

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

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

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

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

0 commit comments

Comments
 (0)