------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-14 
13:49 -------
Oh, this has nothing to do with templates at all, reduced further:
struct c
{
  int t;
  int y;
  c();
};
c *
allocbuf (unsigned long size)
{
  return new c[size];
}


-- 


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

Reply via email to