Skip to content

Commit a7fc1b6

Browse files
jensmaurerzygoloid
authored andcommitted
[lib] Avoid 'shall' and 'should' in footnotes.
1 parent 340eac6 commit a7fc1b6

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
lines changed

source/iostreams.tex

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -728,19 +728,7 @@
728728
integral types.
729729
It is used to represent the number of characters transferred in an I/O
730730
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}.}
744732
\end{itemdescr}
745733

746734
\rSec2[ios.base]{Class \tcode{ios_base}}

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6818,7 +6818,7 @@
68186818
elements of \tcode{v}.\footnote{This copy constructor creates
68196819
a distinct array rather than an alias.
68206820
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
68226822
conceptually distinct.}
68236823
\end{itemdescr}
68246824

source/preprocessor.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,11 +1292,12 @@
12921292

12931293
\indextext{__CPLUSPLUS@\xname{cplusplus}}%
12941294
\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
12961298
versions of this International Standard will
12971299
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}
13001301

13011302
\indextext{__DATE__@\mname{DATE}}%
13021303
\item \mname{DATE}\\

0 commit comments

Comments
 (0)