[Issue 10520] Building with profiler results in "is not nothrow" error on some contracts

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 30 07:22:09 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10520


Denis Shelomovskij <verylonglogin.reg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |


--- Comment #2 from Denis Shelomovskij <verylonglogin.reg at gmail.com> 2013-10-30 17:22:07 MSK ---
This is not a duplicate. Even error message is different.

Reduced testcase:
---
void f() { }

void g(T)()
in { f(); } // Error: 'main.f' is not nothrow
body { }

alias gi = g!int;
---

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list