[LLVMbugs] [Bug 11284] New: Does not pick up std::shared_ptr templated copy constructor from libstdc++ 4.6.1.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Nov 1 06:49:55 PDT 2011


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

             Bug #: 11284
           Summary: Does not pick up std::shared_ptr templated copy
                    constructor from libstdc++ 4.6.1.
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++0x
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: bjornms at gmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified


As stated by David Rodriguez in a stackoverflow post it should pickup this
templated constructor:
http://stackoverflow.com/questions/7964360/using-stdshared-ptr-with-clang-and-libstdc

I made some code which should compile but doesn't. It is also in the question
of the stackoverflow post.

-- 
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