<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Apr 16, 2012, at 12:44 PM, Richard Smith <<a href="mailto:richard@metafoo.co.uk">richard@metafoo.co.uk</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="gmail_quote">On Mon, Apr 16, 2012 at 11:27 AM, Douglas Gregor <span dir="ltr"><<a href="mailto:dgregor@apple.com">dgregor@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Author: dgregor<br>
Date: Mon Apr 16 13:27:27 2012<br>
New Revision: 154844<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=154844&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=154844&view=rev</a><br>
Log:<br>
Implement the last part of C++ [class.mem]p2, delaying the parsing of<br>
exception specifications on member functions until after the closing<br>
'}' for the containing class. This allows, for example, a member<br>
function to throw an instance of its own class. Fixes PR12564 and a<br>
fairly embarassing oversight in our C++98/03 support.<br></blockquote><div><br></div><div>This feature was removed from the language in DR1308 (which was voted into the WP at Kona).</div></div>
</blockquote></div><br><div>Richard and I have discussed this, and we think that removing this feature from the language is in error. We'll continue to implement the pre-DR1308 wording and bring the issue up for discussion again at the new committee meeting.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">       </span>- Doug</div></body></html>