http://llvm.org/bugs/show_bug.cgi?id=8334
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #4 from Douglas Gregor <[email protected]> 2010-11-13 10:45:08 CST --- Clang is behaving correctly. The STL implementation is rebinding the allocator based on the value type of the list, which is correct. GCC does the same thing. -- 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
