This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13023] constructor for array of a template class that is hidden by a typedef is not called
- From: "rschiele at uni-mannheim dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Nov 2003 15:45:35 -0000
- Subject: [Bug c++/13023] constructor for array of a template class that is hidden by a typedef is not called
- References: <20031112134633.13023.rschiele@uni-mannheim.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rschiele at uni-mannheim dot de 2003-11-12 15:45 -------
Additional note:
replace
delete x;
with
delete[] x;
in the code. Otherwise it is illegal code. But this does not make a difference
for the problem here.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13023