Date: Mon, 03 Feb 1997 21:59:35 -0800 From: Josh MacDonald <jmacd@CS.Berkeley.EDU> To: hackers@freebsd.org Subject: Re: g++, STL and -frepo on FreeBSD-2.2-Beta Message-ID: <199702040559.VAA08584@paris.CS.Berkeley.EDU> In-Reply-To: Your message of "Fri, 31 Jan 1997 18:14:33." <199702010114.SAA03677@phaeton.artisoft.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[code deleted] On Fri, 31 Jan 1997, Terry Lambert wrote: > It can't call the constructor, used implicitly in the list1 auto > declarator. It can't call the destructor, called implicily when the > list1 auto storage goes out of scope of main(). It can't call the > push_back member function, which is explicitly called. > > > Clearly, the template class definition > > template <class Type> > class list ... { > ... > }; > > is not in scope. The header files you have included are apparently > not sufficient. > > Perhaps you meant "List" instead of "list"??? Clearly, you have no idea what you're talking about. You should be a bit more careful with your use of "clearly", it makes me wonder how much of the rest of your mail to this list (which I rarely understand) is correct. -josh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702040559.VAA08584>