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

rschiele at uni-mannheim dot de gcc-bugzilla@gcc.gnu.org
Wed Nov 12 15:45:00 GMT 2003


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



More information about the Gcc-bugs mailing list