This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12436] Constructor call does not resolve template type
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Sep 2003 13:54:35 -0000
- Subject: [Bug c++/12436] Constructor call does not resolve template type
- References: <20030929015228.12436.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12436
------- Additional Comments From bangerth at dealii dot org 2003-09-29 13:54 -------
Right: template types are deduced for template functions, but not for types.
W.