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

            Bug ID: 16253
           Summary: SmallVector not safe to insert elements into itself
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Support Libraries
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified

See 183465 and r183459 for an issue that arose because of this (& please revert
that fix once this issue is addressed)

r178319 discusses a similar issue with vector wehre Howard Hinnant decreed that
it was conforming & didn't add overhead to the vector implementation to do so -
so we should do the same thing with SmallVector to avoid surprise

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