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 884884
885885\pnum
886886\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
889888zero and the value \tcode {true} is converted to one.
890889
891890\pnum
896895where $ N$ is the width of the destination type.
897896
898897\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.
901900
902901\rSec 2[conv.double]{Floating-point conversions}
903902
You can’t perform that action at this time.
0 commit comments