--
What|Removed |Added
Severity|normal |enhancement
Keywords||diagnostic
http://gcc.gnu.org/bugzilla/show_bug.c
--- Additional Comments From igodard at pacbell dot net 2005-08-06 20:40
---
Reopened as a complaint about the diagnostic. The naive (or even reasonably
sophisticated) user cannot figure out "illegal partial specialization" from that
message.
Comeau gives:
"ComeauTest.c", line 7: error
--- Additional Comments From bangerth at dealii dot org 2005-08-06 20:29
---
No, you try to partially specialize a member. That isn't allowed.
You either have to completely specialize all template parameters, or
none. Long standing annoyance in C++...
W.
--
What