Skip to content

Commit d0ea7cf

Browse files
jensmaurertkoeppe
authored andcommitted
[vector.bool] Excise use of undefined term 'conversion operator' (#1018)
Fixes #444.
1 parent 407ecd7 commit d0ea7cf

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

source/compatibility.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@
12891289
\ref{istream::sentry},
12901290
\ref{ostream::sentry},
12911291
\ref{iostate.flags}
1292-
\change Specify use of explicit in existing boolean conversion operators
1292+
\change Specify use of explicit in existing boolean conversion functions
12931293
\rationale Clarify intentions, avoid workarounds.
12941294
\effect
12951295
Valid \CppIII code that relies on implicit boolean conversions will fail to

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5701,7 +5701,7 @@
57015701
\pnum
57025702
\tcode{reference}
57035703
is a class that simulates the behavior of references of a single bit in
5704-
\tcode{vector<bool>}. The conversion operator returns \tcode{true}
5704+
\tcode{vector<bool>}. The conversion function returns \tcode{true}
57055705
when the bit is set, and \tcode{false} otherwise. The assignment operator
57065706
sets the bit when the argument is (convertible to) \tcode{true} and
57075707
clears it otherwise. \tcode{flip} reverses the state of the bit.

source/special.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,6 @@
799799
\indextext{function!conversion}%
800800
\indextext{fundamental~type~conversion|see{conversion, user-defined}}%
801801
\indextext{conversion!user-defined}%
802-
\indextext{conversion operator|see{conversion, user defined}}
803802

804803
\pnum
805804
A member function of a class \tcode{X} having no parameters with a name of the form

0 commit comments

Comments
 (0)