http://llvm.org/bugs/show_bug.cgi?id=15576
Howard Hinnant <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #4 from Howard Hinnant <[email protected]> --- Table 99 Allocator-aware container requirements. First row: Requires: allocator_type::value_type is the same as X::value_type. Violating this requirement results in undefined behavior. libc++ catches this undefined behavior with a well-worded compile time error message. -- 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
