File tree Expand file tree Collapse file tree 3 files changed +6
-17
lines changed Expand file tree Collapse file tree 3 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 728
728
integral types.
729
729
It is used to represent the number of characters transferred in an I/O
730
730
operation, or the size of I/O buffers.\footnote {\tcode {streamsize}
731
- is used in most places where ISO C would use
732
- \tcode {size_t}.
733
- Most of the uses of
734
- \tcode {streamsize}
735
- could use
736
- \tcode {size_t},
737
- except for the
738
- \tcode {strstreambuf}
739
- constructors, which require negative values.
740
- It should probably be the signed type corresponding to
741
- \tcode {size_t}
742
- (which is what Posix.2 calls
743
- \tcode {ssize_t}).}
731
+ is used in most places where ISO C would use \tcode {size_t}.}
744
732
\end {itemdescr }
745
733
746
734
\rSec 2[ios.base]{Class \tcode {ios_base}}
Original file line number Diff line number Diff line change 6818
6818
elements of \tcode {v}.\footnote {This copy constructor creates
6819
6819
a distinct array rather than an alias.
6820
6820
Implementations in which arrays share storage are permitted, but they
6821
- shall implement a copy-on-reference mechanism to ensure that arrays are
6821
+ would need to implement a copy-on-reference mechanism to ensure that arrays are
6822
6822
conceptually distinct.}
6823
6823
\end {itemdescr }
6824
6824
Original file line number Diff line number Diff line change 1292
1292
1293
1293
\indextext {__CPLUSPLUS@\xname {cplusplus}}%
1294
1294
\item \xname {cplusplus}\\
1295
- The integer literal \tcode {\cppver }.\footnote {It is intended that future
1295
+ The integer literal \tcode {\cppver }.
1296
+ \begin {note }
1297
+ It is intended that future
1296
1298
versions of this International Standard will
1297
1299
replace the value of this macro with a greater value.
1298
- Non-conforming compilers should use a value with at most
1299
- five decimal digits.}
1300
+ \end {note }
1300
1301
1301
1302
\indextext {__DATE__@\mname {DATE}}%
1302
1303
\item \mname {DATE}\\
You can’t perform that action at this time.
0 commit comments