|
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>} \\
|
|
514 | 514 | \tcode{strstreambuf},
|
515 | 515 | initializing the base class with
|
516 | 516 | \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}. |
518 | 518 | \end{itemdescr}
|
519 | 519 |
|
520 |
| -\begin{libtab2}{\tcode{strstreambuf(streamsize)} effects}{future.strstreambuf.effects} |
| 520 | +\begin{libtab2}{\tcode{strstreambuf(streamsize)} effects}{depr.strstreambuf.cons.sz} |
521 | 521 | {ll}
|
522 | 522 | {Element}{Value}
|
523 | 523 | \tcode{strmode} & \tcode{dynamic} \\
|
|
538 | 538 | \tcode{strstreambuf},
|
539 | 539 | initializing the base class with
|
540 | 540 | \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}. |
542 | 542 |
|
543 | 543 | \begin{libtab2}{\tcode{strstreambuf(void* (*)(size_t), void (*)(void*))} effects}
|
544 |
| -{future.strstreambuf1.effects} |
| 544 | +{depr.strstreambuf.cons.alloc} |
545 | 545 | {ll}
|
546 | 546 | {Element}{Value}
|
547 | 547 | \tcode{strmode} & \tcode{dynamic} \\
|
|
568 | 568 | \tcode{strstreambuf},
|
569 | 569 | initializing the base class with
|
570 | 570 | \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}. |
572 | 572 |
|
573 | 573 | \begin{libtab2}{\tcode{strstreambuf(charT*, streamsize, charT*)} effects}
|
574 |
| -{future.strstreambuf2.effects} |
| 574 | +{depr.strstreambuf.cons.ptr} |
575 | 575 | {ll}
|
576 | 576 | {Element}{Value}
|
577 | 577 | \tcode{strmode} & 0 \\
|
|
897 | 897 | \pnum
|
898 | 898 | \effects
|
899 | 899 | 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}. |
901 | 901 |
|
902 |
| -\begin{libtab2}{\tcode{seekoff} positioning}{future.seekoff.positioning} |
| 902 | +\begin{libtab2}{\tcode{seekoff} positioning}{depr.strstreambuf.seekoff.pos} |
903 | 903 | {p{2.5in}l}{Conditions}{Result}
|
904 | 904 | \tcode{(which \& ios::in) != 0} &
|
905 | 905 | positions the input sequence \\ \rowsep
|
|
919 | 919 | For a sequence to be positioned, if its next pointer is a null pointer,
|
920 | 920 | the positioning operation fails.
|
921 | 921 | Otherwise, the function determines \tcode{newoff} as indicated in
|
922 |
| -\tref{future.newoff.values}. |
| 922 | +\tref{depr.strstreambuf.seekoff.newoff}. |
923 | 923 |
|
924 |
| -\begin{libtab2}{\tcode{newoff} values}{future.newoff.values} |
| 924 | +\begin{libtab2}{\tcode{newoff} values}{depr.strstreambuf.seekoff.newoff} |
925 | 925 | {p{2.0in}p{2.0in}}{Condition}{\tcode{newoff} Value}
|
926 | 926 | \tcode{way == ios::beg} &
|
927 | 927 | 0 \\ \rowsep
|
|
2340 | 2340 | \pnum
|
2341 | 2341 | The \tcode{ctype} locale category includes the following facets
|
2342 | 2342 | 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}. |
2344 | 2344 |
|
2345 | 2345 | \begin{codeblock}
|
2346 | 2346 | codecvt<char16_t, char, mbstate_t>
|
|
2350 | 2350 | \pnum
|
2351 | 2351 | The \tcode{ctype} locale category includes the following facets
|
2352 | 2352 | 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}. |
2354 | 2354 |
|
2355 | 2355 | \begin{codeblock}
|
2356 | 2356 | codecvt_byname<char16_t, char, mbstate_t>
|
|
0 commit comments