[Bug c++/27061] instantiation of template functions for locally defined classes

2006-04-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-04-13 01:56 --- The diagnostic issue is PR 15672. *** This bug has been marked as a duplicate of 15672 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/27061] instantiation of template functions for locally defined classes

2006-04-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-06 16:24 --- The code is invalid as you cannot use a template with a local class as it has local linkage. I don't know if the error message could be improved or not. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27061