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++/15050] Compiled templated code crashes on delete []


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


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