Title
Deprecation of prefix ++
Status
tc1
Section
D.7 [depr.impldec]
Submitter
Mike Miller

Created on 1999-07-23.00:00:00 last changed 254 months ago

Messages

Date: 2000-10-15.00:00:00

Proposed resolution (10/00):

Change the entire section D.7 [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]).

Date: 2022-02-18.07:47:23

D.7 [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.7 [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