<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2900.6104" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Could you give a code example of what you
mean? You can still use multiple catch blocks perfectly well with this
patch.</FONT></DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Kevin Cox" <<A
href="mailto:kevincox.ca@gmail.com">kevincox.ca@gmail.com</A>> wrote in
message <A
href="news:mailman.97.1330172953.24984.digitalmars-d@puremagic.com">news:mailman.97.1330172953.24984.digitalmars-d@puremagic.com</A>...</DIV>
<P>I think there should also be multiple catches so that you can deal with
different exceptions different ways without trying to upcast them over and
over again.</P>
<DIV class=gmail_quote>On Feb 25, 2012 1:30 AM, "Daniel Murphy" <<A
href="mailto:yebblies@nospamgmail.com">yebblies@nospamgmail.com</A>>
wrote:<BR type="attribution">
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">"Jonathan
M Davis" <<A
href="mailto:jmdavisProg@gmx.com">jmdavisProg@gmx.com</A>> wrote in
message<BR>news:mailman.93.1330149312.24984.digitalmars-d@puremagic.com...<BR>>
However, regardless of which we choose, someone is going to have to
take<BR>> the<BR>> time to implement it, since odds are that Walter
isn't going to do it. So,<BR>> whether we end up with a feature along
these lines is highly dependent on<BR>> whether anyone is willing to take
the time to implement it and get it<BR>> accepted<BR>> by
Walter.<BR><BR>Waaaay ahead of you here.<BR><BR><A
href="https://github.com/D-Programming-Language/dmd/pull/738"
target=_blank>https://github.com/D-Programming-Language/dmd/pull/738</A><BR><BR>It's
currently 'catch(auto e : E1, E2, E3)' but changing the syntax is<BR>trivial
if everyone decides they want
it.<BR><BR><BR></BLOCKQUOTE></DIV></BLOCKQUOTE></BODY></HTML>