[Bug c++/24629] Can't use template argument as friend

2011-02-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24629 Andrew Pinski changed: What|Removed |Added Resolution|INVALID |DUPLICATE --- Comment #6 from Andrew Pins

[Bug c++/24629] Can't use template argument as friend

2008-06-22 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-06-22 20:13 --- *** Bug 36601 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/24629] Can't use template argument as friend

2007-01-05 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-01-06 05:28 --- *** Bug 30390 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/24629] Can't use template argument as friend

2005-11-02 Thread mikel at att dot net
--- Comment #3 from mikel at att dot net 2005-11-03 01:28 --- Mea Culpa. It was supported by the other compilers I use (MS and Sun), and it seemed like such an obvious thing to want to do, and I didn't think anyone would want explicitly to exclude it, so I didn't check the standard. I'm

[Bug c++/24629] Can't use template argument as friend

2005-11-02 Thread giovannibajo at libero dot it
--- Comment #2 from giovannibajo at libero dot it 2005-11-02 09:20 --- Template parameters can't be used in friend declarations (nor in any elaborated type specifier construct). -- giovannibajo at libero dot it changed: What|Removed |Added

[Bug c++/24629] Can't use template argument as friend

2005-11-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-02 01:53 --- I don't think this is valid C++ (at least C++98). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24629