<br><br><div class="gmail_quote">On Thu, Nov 29, 2012 at 2:48 AM, Chandler Carruth <span dir="ltr"><<a href="mailto:chandlerc@google.com" target="_blank">chandlerc@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wed, Nov 28, 2012 at 5:34 PM, Richard Smith<br>
<<a href="mailto:richard-llvm@metafoo.co.uk">richard-llvm@metafoo.co.uk</a>> wrote:<br>
> Author: rsmith<br>
> Date: Wed Nov 28 19:34:07 2012<br>
> New Revision: 168847<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=168847&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=168847&view=rev</a><br>
> Log:<br>
> The declaration of a special member can require overload resolution to be<br>
> performed, to determine whether that special member is deleted or constexpr.<br>
> That overload resolution process can in turn trigger the instantiation of a<br>
> template, which can do anything, including triggering the declaration of that<br>
> very same special member function. When this happens, do not try to recursively<br>
> declare the special member -- that's impossible. Instead, only try to realise<br>
> the truth. There is no special member.<br>
<br>
</div>I bow before you sir. Well done.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<span style="color:rgb(0,0,0)"><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br></span>
</div></div></blockquote></div><pre><b>      __
     //\\
     \\//
      ||
      ||
      ||
      ||<br><br>-- Matthieu<br></b></pre>