[LLVMbugs] [Bug 14092] New: hash_map fails to compile

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Oct 15 16:01:00 PDT 2012


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

             Bug #: 14092
           Summary: hash_map fails to compile
           Product: libc++
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
        AssignedTo: hhinnant at apple.com
        ReportedBy: vvavrychuk at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 9355
  --> http://llvm.org/bugs/attachment.cgi?id=9355
Fix

Error is

third_party/libcxx/include/ext/hash_map:510:13: error: unknown type name
'unique_ptr'
    typedef unique_ptr<__node, _Dp>                         __node_holder;

Fix attached.

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