------- Comment #1 from pinskia at gcc dot gnu dot org  2006-11-22 16:47 -------
Instead of:
        o->eval<T>();

You want:
        o->template eval<T>();

Which is required by the C++ standard.
read:
http://gcc.gnu.org/gcc-3.4/changes.html


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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

Reply via email to