[Issue 15467] Compiler incorrectly flags a function as throwing an exception though it is caught

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Dec 22 05:20:02 PST 2015


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

--- Comment #1 from Shriramana Sharma <samjnaa at gmail.com> ---
I forgot to mention that if the catch block catches an Exception instead of a
MeaCulpa, then the compiler does not produce an error w.r.t. `nothrow`.

Also, I'm using latest DMD 2.0.69.2.

--


More information about the Digitalmars-d-bugs mailing list