[Bug c++/15050] Compiled templated code crashes on delete []

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Wed Apr 21 21:20:00 GMT 2004


------- Additional Comments From bangerth at dealii dot org  2004-04-21 20:59 -------
Exactly. 
  new OctNodeUserData<...> () 
has type OctNodeUserData*, whereas the type in the delete expression 
has type OctNode<...>* 
 
W. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15050



More information about the Gcc-bugs mailing list