This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13023] constructor for array of a template class that is hidden by a typedef is not called


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]