This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/23823] Is this right?
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Sep 2005 14:46:26 -0000
- Subject: [Bug c++/23823] Is this right?
- References: <20050911133359.23823.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-11 14:46 -------
(In reply to comment #0)
> foo.cc:13: error: partial specialization `g<T, true>' of function template
> foo.cc:13: error: got 1 template parameters for `void foo::g()'
> foo.cc:13: error: but 2 required
No, there are only one:
template<typename T>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23823