|
109 | 109 | For compatibility with the
|
110 | 110 | \indextext{library!C standard}%
|
111 | 111 | 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}. |
113 | 113 |
|
114 |
| -\begin{multicolfloattable}{C headers}{future.c.headers} |
| 114 | +\begin{multicolfloattable}{C headers}{depr.c.headers} |
115 | 115 | {lllll}
|
116 | 116 | \tcode{<assert.h>} \\
|
117 | 117 | \tcode{<complex.h>} \\
|
|
515 | 515 | \tcode{strstreambuf},
|
516 | 516 | initializing the base class with
|
517 | 517 | \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}. |
519 | 519 | \end{itemdescr}
|
520 | 520 |
|
521 |
| -\begin{libtab2}{\tcode{strstreambuf(streamsize)} effects}{future.strstreambuf.effects} |
| 521 | +\begin{libtab2}{\tcode{strstreambuf(streamsize)} effects}{depr.strstreambuf.cons.sz} |
522 | 522 | {ll}
|
523 | 523 | {Element}{Value}
|
524 | 524 | \tcode{strmode} & \tcode{dynamic} \\
|
|
539 | 539 | \tcode{strstreambuf},
|
540 | 540 | initializing the base class with
|
541 | 541 | \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}. |
543 | 543 |
|
544 | 544 | \begin{libtab2}{\tcode{strstreambuf(void* (*)(size_t), void (*)(void*))} effects}
|
545 |
| -{future.strstreambuf1.effects} |
| 545 | +{depr.strstreambuf.cons.alloc} |
546 | 546 | {ll}
|
547 | 547 | {Element}{Value}
|
548 | 548 | \tcode{strmode} & \tcode{dynamic} \\
|
|
569 | 569 | \tcode{strstreambuf},
|
570 | 570 | initializing the base class with
|
571 | 571 | \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}. |
573 | 573 |
|
574 | 574 | \begin{libtab2}{\tcode{strstreambuf(charT*, streamsize, charT*)} effects}
|
575 |
| -{future.strstreambuf2.effects} |
| 575 | +{depr.strstreambuf.cons.ptr} |
576 | 576 | {ll}
|
577 | 577 | {Element}{Value}
|
578 | 578 | \tcode{strmode} & 0 \\
|
|
898 | 898 | \pnum
|
899 | 899 | \effects
|
900 | 900 | 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}. |
902 | 902 |
|
903 |
| -\begin{libtab2}{\tcode{seekoff} positioning}{future.seekoff.positioning} |
| 903 | +\begin{libtab2}{\tcode{seekoff} positioning}{depr.strstreambuf.seekoff.pos} |
904 | 904 | {p{2.5in}l}{Conditions}{Result}
|
905 | 905 | \tcode{(which \& ios::in) != 0} &
|
906 | 906 | positions the input sequence \\ \rowsep
|
|
920 | 920 | For a sequence to be positioned, if its next pointer is a null pointer,
|
921 | 921 | the positioning operation fails.
|
922 | 922 | Otherwise, the function determines \tcode{newoff} as indicated in
|
923 |
| -\tref{future.newoff.values}. |
| 923 | +\tref{depr.strstreambuf.seekoff.newoff}. |
924 | 924 |
|
925 |
| -\begin{libtab2}{\tcode{newoff} values}{future.newoff.values} |
| 925 | +\begin{libtab2}{\tcode{newoff} values}{depr.strstreambuf.seekoff.newoff} |
926 | 926 | {p{2.0in}p{2.0in}}{Condition}{\tcode{newoff} Value}
|
927 | 927 | \tcode{way == ios::beg} &
|
928 | 928 | 0 \\ \rowsep
|
|
2341 | 2341 | \pnum
|
2342 | 2342 | The \tcode{ctype} locale category includes the following facets
|
2343 | 2343 | 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}. |
2345 | 2345 |
|
2346 | 2346 | \begin{codeblock}
|
2347 | 2347 | codecvt<char16_t, char, mbstate_t>
|
|
2351 | 2351 | \pnum
|
2352 | 2352 | The \tcode{ctype} locale category includes the following facets
|
2353 | 2353 | 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}. |
2355 | 2355 |
|
2356 | 2356 | \begin{codeblock}
|
2357 | 2357 | codecvt_byname<char16_t, char, mbstate_t>
|
|
0 commit comments