On 2007-10-15 03:38:49 -0400, James Kanze <james.kanze@gmail.com> said:
> Note that in C++, the current draft replaces sequence points
> with another concept, in order to be able to define ordering
> when threads are involved, so the answer may change in the next
> version of the standard.
>
However, the intention was that the new formulation would have the same
semantics as the previous one. The reason for changing the wording was
to provide a better base for the changes needed for multi-threading.
--
Pete
Roundhouse Consulting, Ltd. (
www.versatilecoding.com) Author of "The
Standard C++ Library Extensions: a Tutorial and Reference
(
www.petebecker.com/tr1book)