[Bug c++/37085] global friends in classes

2008-08-11 Thread mrs at apple dot com
--- Comment #1 from mrs at apple dot com 2008-08-11 21:39 --- Oh, see 11.4p5 (ANSI 98 standard) for details on this type of code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37085

[Bug c++/37085] global friends in classes

2008-08-11 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-08-11 22:38 --- You want to use -ffriend-injection option for this. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added