[LLVMbugs] [Bug 8334] Wrong template parameter is used for default copy constructor of template class
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Nov 13 08:45:09 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=8334
Douglas Gregor <dgregor at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #4 from Douglas Gregor <dgregor at apple.com> 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.
More information about the llvm-bugs
mailing list