<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
      Except that the patch is explicitly maintained as part of clang,
      right?<br>
<a class="moz-txt-link-freetext" href="http://llvm.org/svn/llvm-project/cfe/trunk/www/libstdc++4.4-clang0x.patch">http://llvm.org/svn/llvm-project/cfe/trunk/www/libstdc++4.4-clang0x.patch</a><br>
      <br>
      Cheers,<br>
      Daniel<br>
      <br>
      On 08/05/14 13:09, Nikola Smiljanic wrote:<br>
    </div>
    <blockquote
cite="mid:CAGq7tnOzVPr8T0kO_hhv2jDeni2rp6JCYV8yP7=UdqN_e1s7FQ@mail.gmail.com"
      type="cite">
      <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 moz-do-not-send="true"
              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 moz-do-not-send="true"
              href="http://clang.llvm.org/cxx_status.html"
              target="_blank">http://clang.llvm.org/cxx_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 moz-do-not-send="true" href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
            <a moz-do-not-send="true"
              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>
    </blockquote>
    <br>
  </body>
</html>