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 928928
929929\pnum
930930\indextext {conversion!bool@\tcode {bool}}%
931- If the destination type is \keyword {bool}, see~\ref {conv.bool }. If the
932- source type is \keyword {bool}, the value \keyword {false} is converted to
931+ If the source type is \keyword {bool}, the value \keyword {false} is converted to
933932zero and the value \keyword {true} is converted to one.
934933
935934\pnum
940939where $ N$ is the width of the destination type.
941940
942941\pnum
943- The conversions allowed as integral promotions are excluded from the set
944- of integral conversions.
942+ The conversions performed by integral promotions and boolean conversions are
943+ excluded from the set of integral conversions.
945944
946945\rSec 2[conv.double]{Floating-point conversions}
947946
You can’t perform that action at this time.
0 commit comments