[Issue 11461] `Error`s are not thrown as `pure nothrow` functions are optimized out with "-O -release"
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Mar 23 02:32:36 PDT 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11461
--- Comment #14 from Rainer Schuetze <r.sagitario at gmx.de> 2014-03-23 02:32:33 PDT ---
I agree, it seems the better workaround. Clever compilers might notice that the
passed parameter introduces no sideeffects and might infer strong purity,
though.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list