[Bug c++/13697] [3.4] template breakage

giovannibajo at libero dot it gcc-bugzilla@gcc.gnu.org
Thu Jan 15 13:11:00 GMT 2004


------- Additional Comments From giovannibajo at libero dot it  2004-01-15 13:11 -------
You're missing a typename:

template <class k>
typename b<k>::c
b<k>::n::f()
{

The "implict typename" GCC extensions was deprecated in 3.3 (it should give you 
a warning) and it's been removed in 3.4.0.

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


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



More information about the Gcc-bugs mailing list