This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/23823] Is this right?


------- Additional Comments From igodard at pacbell dot net  2005-09-12 03:17 -------
In the case you give I count one template argument specificatiob, and two
template parameters.

As for a better message, how about: "A template definition must have same number
of formal template specifications (within "template<...>") as the definition;
the actual arguments (within "name<...>") may differ."

Ivan

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23823


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]