Problem With templates

Dinabandhu Mitra dinabandhu@lifetreeindia.com
Wed Mar 28 12:30:00 GMT 2007


Thanks a lot ... it worked. I am just wondering how this works on other
compilers ... is it a issue with gcc or other compilers?

-----Original Message-----
From: Daniel Llorens del Río [mailto:daniel.llorens@bluewin.ch] 
Sent: Wednesday, March 28, 2007 4:52 PM
To: Dinabandhu Mitra; gcc-help@gcc.gnu.org
Subject: Re: Problem With templates


On 28 Mar, 2007, at 13:02, Dinabandhu Mitra wrote:

>         std::list<B>::iterator c;

try

	typename std::list<B>::iterator c;





More information about the Gcc-help mailing list