Keith Thompson <
ks...@mib.org> writes:
> Tim Rentsch <
tr.1...@z991.linuxsc.com> writes:
>
>>
r...@zedat.fu-berlin.de (Stefan Ram) writes:
>>
>>> Newsgroups: comp.lang.lisp,comp.lang.c++
>>>
>>> Stefan Monnier <
mon...@iro.umontreal.ca> writes:
>>>
>>>> Do you happen to have a reference to this part of the spec?
>>>
>>> In the most recent draft, n4800, it's 7.6.18p1:
>>>
>>> The right operand is sequenced before the left operand.
>>>
>>> . The assignment stores the value of the right operand
>>> into the object indicated by the left operand, so the
>>> operations involved are:
>>>
>>> First, obtain the value of the right operand,
>>> then, store this value into the left operand.
>>>
>>> Therefore some kind of right-to-left sequencing is part
>>> of the semantics the assignment already always had, in
>>> any language.
>>
>> This summary sentence is utter nonsense.
>
> What does the phrase "This summary sentence" refer to?