This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17391] [3.3 regression] template parameter accepted on typedef name
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Sep 2004 14:20:40 -0000
- Subject: [Bug c++/17391] [3.3 regression] template parameter accepted on typedef name
- References: <20040910113653.17391.zak@transversal.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-09-10 14:20 -------
| So, lo and behold, the compiler uses the spurious "double" template
| argument, rather than the "int" passed to the typedef. Very interesting...
On a more humorous note: gcc has just unwillingly acquired the ability to
do template-typedefs :-)
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17391