http://d.puremagic.com/issues/show_bug.cgi?id=9265
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2013-02-04 22:57:48 PST --- (In reply to comment #0) > std.typecons.Nullable and std.typecons.NullableRef contain enforce() that > throws and kills inlining. FYI: I submitted a pull that changes those enforces to logic errors (asserts): https://github.com/D-Programming-Language/phobos/pull/1103 This should allow the code to inline. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
