wg21.cmeerw.net

Proposed resolution (10/00):

Change the entire section D.6 [depr.impldec], including its heading, to read as follows:

D.1 Increment operator with bool operand [depr.incr.bool]

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.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].

History Date User Action Args 2003-04-25 00:00:00adminsetstatus: dr -> tc1 2000-11-18 00:00:00adminsetmessages: + msg457 2000-11-18 00:00:00adminsetstatus: ready -> dr 2000-05-21 00:00:00adminsetstatus: drafting -> ready 2000-02-23 00:00:00adminsetstatus: open -> drafting 1999-07-23 00:00:00admincreate

Read the original on wg21.cmeerw.net ↗