[Bug c++/12359] template specialization broken when typeof(var) used with template class
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 22 04:37:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12359
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Keywords| |rejects-valid
Resolution| |FIXED
Target Milestone|--- |3.4
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-22 02:12 -------
Already fixed on the mainline (20030919) and since this is not a regression, closing as fixed.
2.95.3 just error out:
pr12359.cc:31: sorry, not implemented: testing typeof_type for template parms
pr12359.cc:31: confused by earlier errors, bailing out
3.1 did the same as 3.2.3 and 3.3.1 does (select the wrong one, the one returning void).
More information about the Gcc-bugs
mailing list