<div dir="ltr">You should submit the patch to stdlibc++ project ;)</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 8, 2014 at 12:38 PM, Daniel Heckenberg <span dir="ltr"><<a href="mailto:danielh@al.com.au" target="_blank">danielh@al.com.au</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hello,<br>
<br>
Following the information here: <a href="http://clang.llvm.org/cxx_status.html" target="_blank">http://clang.llvm.org/cxx_<u></u>status.html</a> I've been attempting to use clang 3.2 in C++11 mode with stdlibc++-4.4.  It seems that the patch linked on that page is incomplete, as I soon encountered problems with pair, shared_ptr and tuple.<br>


<br>
I've attempted to extend the patch to fix those problems (see attached diff).  Most were trivial changes due to C++0x to C++11 default ctor/op rule differences, but to fix the tuple problem I've essentially back-ported the header contents from stdlibc++-4.5.4.<br>


<br>
I'd be interested in feedback and/or to contribute this new patch.<br>
<br>
Many thanks,<br>
Daniel<br>
<br>
<br>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>