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

           Summary: ext/hash_set shouldn't warn when compiling with
                    -Wno-deprecated
           Product: libc++
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=6926)
 --> (http://llvm.org/bugs/attachment.cgi?id=6926)
patch to conditionalize warning

People need to migrate to unordered_set, sure, and libstdc++ warns too if you
use ext/hash_set, but -Wno-deprecated is the accepted way to compile legacy
code without warnings.

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