[LLVMbugs] [Bug 6549] New: DenseSet and DenseMap could use a swap function

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 8 12:33:30 PST 2010


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

           Summary: DenseSet and DenseMap could use a swap function
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Core LLVM classes
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: alenhar2 at uiuc.edu
                CC: llvmbugs at cs.uiuc.edu


DenseSet::swap and DenseMap::swap don't exist, which makes it hard to use the
classes in situations which require efficiently moving map or set contents
between objects.

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