Skip to content

Commit caf9f79

Browse files
committed
[basic.ios.members] clarify equality expressions
1 parent 83e8a26 commit caf9f79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/iostreams.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,7 @@
19831983

19841984
\pnum
19851985
\ensures
1986-
\tcode{tiestr == tie()}.
1986+
\tcode{tiestr == tie()} is \keyword{true}.
19871987

19881988
\pnum
19891989
\returns
@@ -2017,7 +2017,7 @@
20172017

20182018
\pnum
20192019
\ensures
2020-
\tcode{sb == rdbuf()}.
2020+
\tcode{sb == rdbuf()} is \keyword{true}.
20212021

20222022
\pnum
20232023
\returns
@@ -2037,7 +2037,7 @@
20372037
\tcode{ios_base::imbue(loc)}\iref{ios.base.locales}
20382038
and
20392039
if
2040-
\tcode{rdbuf() != 0}
2040+
\tcode{rdbuf() != 0} is \keyword{true}
20412041
then
20422042
\tcode{rdbuf()->pubimbue(loc)}\iref{streambuf.locales}.
20432043

@@ -2106,7 +2106,7 @@
21062106
\pnum
21072107
\effects
21082108
If
2109-
\tcode{(this == addressof(rhs))} is \tcode{true}
2109+
\tcode{this == addressof(rhs)} is \tcode{true},
21102110
does nothing.
21112111
Otherwise assigns to the member objects of
21122112
\tcode{*this}

0 commit comments

Comments
 (0)