Re: gcc v3.4.4; templates and compile errors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Thomas.

On Friday 24 June 2005 16:14, Magyar, Thomas J.  CIV NAVAIR wrote:
Shouldn't

> prop = dynamic_cast<SAX::basic_XMLReader<stringT>::template
> Property<declHandlerT&>*>(value.get());

be

 > prop = dynamic_cast<typename SAX::basic_XMLReader<stringT>::template
> Property<declHandlerT&>*>(value.get());

instead for the same reasons as before? I'm not sure however without having 
the code to test it.

HTH,
Peter


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux