[Issue 18793] Semantics of scope(exit/success) modifying return value

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 24 08:52:07 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18793

Simen Kjaeraas <simen.kjaras at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simen.kjaras at gmail.com

--- Comment #1 from Simen Kjaeraas <simen.kjaras at gmail.com> ---
Worth noting: On win32, the Small struct used above is not small enough to be
passed by value. The intended behavior shows up when Small.sizeof <= 8.

--


More information about the Digitalmars-d-bugs mailing list