This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16438] "template argument is required for <...>"
- 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: 9 Jul 2004 04:07:29 -0000
- Subject: [Bug c++/16438] "template argument is required for <...>"
- References: <20040708162115.16438.dheld@codelogicconsulting.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-09 04:07 -------
Fixed for 3.4.0:
pr16438.cc:10: error: too few template-parameter-lists
pr16438.cc: In function `int main()':
pr16438.cc:20: error: incomplete type `X<char>::Y<int>' used in nested name specifier
pr16438.cc:20: error: expected primary-expression before "char"
pr16438.cc:20: error: expected `;' before "char"
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Keywords| |diagnostic
Resolution| |FIXED
Target Milestone|--- |3.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16438