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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


$ 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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to