File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 884
884
885
885
\pnum
886
886
\indextext {conversion!bool@\tcode {bool}}%
887
- If the destination type is \tcode {bool}, see~\ref {conv.bool }. If the
888
- source type is \tcode {bool}, the value \tcode {false} is converted to
887
+ If the source type is \tcode {bool}, the value \tcode {false} is converted to
889
888
zero and the value \tcode {true} is converted to one.
890
889
891
890
\pnum
896
895
where $ N$ is the width of the destination type.
897
896
898
897
\pnum
899
- The conversions allowed as integral promotions are excluded from the set
900
- of integral conversions.
898
+ The conversions performed by integral promotions and boolean conversions are
899
+ excluded from the set of integral conversions.
901
900
902
901
\rSec 2[conv.double]{Floating-point conversions}
903
902
You can’t perform that action at this time.
0 commit comments