You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Stefan Ram <r...@zedat.fu-berlin.de> wrote:
> Therefore
>
> ::std::cout << ++i << ++i << '\n';
>
> now is not undefined behavior anymore.
Didn't C++17 disambiguate quite many such things?
Öö Tiib
unread,
Sep 21, 2018, 4:47:26 AM9/21/18
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
However the order of evaluation is defined there are lot of people who
expect it to be something different and so are confused with what it
does. Better not to write such code even when it is well-defined.