Proposed resolution (10/00): Change the entire section
D.6 [depr.impldec], including its heading, to read as
follows: The use of an operand of type bool with the ++
operator is deprecated (see 7.6.2.3 [expr.pre.incr] and
7.6.1.6 [expr.post.incr]).
D.1 Increment operator with bool operand
[depr.incr.bool]
D.6 [depr.impldec]
indicates that use of the postfix ++ with a bool
operand is
deprecated.
Annex Clause Annex D [depr]
says nothing about prefix ++ . However, this
use of prefix ++ is also deprecated, according to
7.6.2.3 [expr.pre.incr] paragraph 1.
Presumably D.6 [depr.impldec]
should be expanded to cover prefix ++ , or another
section should be added to Annex
Clause Annex D [depr].