[LLVMbugs] [Bug 9586] New: = default support needed for libstdc++-4.6 in C++0x mode

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 29 15:40:07 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=9586

           Summary: = default support needed for libstdc++-4.6 in C++0x
                    mode
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++0x
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: jyasskin at google.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


$ cat test2.cc
#include <utility>
$ ./clang++ -std=gnu++0x -nostdinc++ -isystem /opt/local/include/gcc46/c++/
-isystem /opt/local/include/gcc46/c++/x86_64-apple-darwin10/ -c test2.cc
...
/opt/local/include/gcc46/c++/bits/stl_pair.h:112:37: error: expected expression
      constexpr pair(const pair&) = default;
                                    ^

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list