https://llvm.org/bugs/show_bug.cgi?id=31350

            Bug ID: 31350
           Summary: Containers should diagnose swapping with non-POCS
                    non-equal allocators
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: e...@efcs.ca
                CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com
    Classification: Unclassified

r289358 fixed a bunch of undefined behavior in the container swap tests where
we were swapping non-equal non-POCS allocators. Instead of accepting these
cases like we previously had we should add _LIBCPP_DEBUG checks to assert when
they occur.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to