This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/18950] specialization of template class with inner template members


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-13 15:54 -------
3.3.2 also rejects this code also:
pr18950.cc:11: error: template-id `function<>' for `T2 Class<int, 
   1>::function(T2)' does not match any template declaration
pr18950.cc:11: error: syntax error before `{' token

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |2.95.3 3.0.4 3.2.3 3.4.3
                   |                            |4.0.0 3.3.2
      Known to work|2.95.3 3.0.4 3.2.3 3.4.3    |
                   |4.0.0                       |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]