Topic: Defect Report #222 comment


Author: scott douglass <sdouglass@arm.com>
Date: 28 Nov 01 07:36:35 GMT
Raw View
I was reading <http://anubis.dkuug.dk/JTC1/SC22/WG21/docs/cwg_active.html#222>
and I had a comment.

The discussion and possible resolution focus on expressions of the form
   x = y = e;
but the issue also affects expressions involving using prefix ++ or -- (5.3.2),
e.g.
   x = --y;

Note that -- is not defined in terms of -= even though ++ is defined,
redundantly, in terms of +=.
---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.research.att.com/~austern/csc/faq.html                ]