This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/21609] array_allocator vs rebind & templated constructor
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 May 2005 18:24:21 -0000
- Subject: [Bug libstdc++/21609] array_allocator vs rebind & templated constructor
- References: <20050516162408.21609.pcarlini@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-16 18:24 -------
(In reply to comment #2)
> Templates are never copy constructors.
Just to clarify just in case some mistakes this for something different.
template member functions cannot be considered a copy constructor.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21609