[Bug c++/21514] templates and anonymous enum

2005-05-18 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-18 09:33 --- I'm not sure what a DR is, probably a C++ standard defect report. After asking on fr.comp.lang.c++ I was referred to Core Issue 278: http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#278 Whether

[Bug c++/21514] templates and anonymous enum

2005-05-11 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-11 14:21 --- Whether the code is valid or not, please improve the error message :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21514

[Bug c++/21514] templates and anonymous enum

2005-05-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-11 14:25 --- I don't see any how to improve the error message really since it says what the problem is. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21514

[Bug c++/21514] templates and anonymous enum

2005-05-11 Thread papadopo at shfj dot cea dot fr
--- Additional Comments From papadopo at shfj dot cea dot fr 2005-05-11 14:38 --- I think the first line could be made clearer: 'anonymous enum' is/uses anonymous type I'm reading it again and again, and it doesn't make sense to me. Then the second line refers to an operator most