On Saturday, 4 October 2014 at 05:33:29 UTC, ketmar via Digitalmars-d wrote:
  void myWrapper () nothrow {
    try throwItAtMe(); catch (LovelyException) {}
  }


  scope(exit) myWrapper();


this is perfectly legal, as we not cathcing anything in scope(exit).

Why should these two cases be treated different? Makes no sense,

Reply via email to