[Bug c++/32204] friend from global namespace in template class ignored

2012-10-27 Thread scottbaldwin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32204 etherice scottbaldwin at gmail dot com changed: What|Removed |Added CC|

[Bug c++/32204] friend from global namespace in template class ignored

2012-10-27 Thread scottbaldwin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32204 --- Comment #8 from etherice scottbaldwin at gmail dot com 2012-10-27 08:52:10 UTC --- In MSVC's defense, the standard is vague (or insufficient) in this regard for 'friend class' declarations. It says: If a friend declaration appears in

[Bug c++/32204] friend from global namespace in template class ignored

2012-10-27 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32204 --- Comment #9 from Jonathan Wakely redi at gcc dot gnu.org 2012-10-27 13:13:13 UTC --- (In reply to comment #8) In MSVC's defense, the standard is vague (or insufficient) in this regard for 'friend class' declarations. It says: If

[Bug c++/32204] friend from global namespace in template class ignored

2012-10-27 Thread scottbaldwin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32204 --- Comment #10 from etherice scottbaldwin at gmail dot com 2012-10-27 13:39:05 UTC --- (In reply to comment #9) Jonathan- You're right on all counts. Thanks for clarifying (and apologies for getting a bit off-topic).

[Bug c++/32204] friend from global namespace in template class ignored

2012-03-26 Thread dpiepgrass at mentoreng dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32204 David Piepgrass dpiepgrass at mentoreng dot com changed: What|Removed |Added CC|

[Bug c++/32204] friend from global namespace in template class ignored

2012-03-26 Thread dpiepgrass at mentoreng dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32204 --- Comment #4 from David Piepgrass dpiepgrass at mentoreng dot com 2012-03-26 21:24:26 UTC --- (In reply to comment #3) I forgot to mention my GCC version, 4.4.3 (the Windows build that comes with the current Android SDK.)

[Bug c++/32204] friend from global namespace in template class ignored

2012-03-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32204 --- Comment #5 from Jonathan Wakely redi at gcc dot gnu.org 2012-03-26 23:45:55 UTC --- (In reply to comment #3) I have run into this bug or a similar bug while porting my code from MSVC to GCC. I don't think you have, I think GCC is right to

[Bug c++/32204] friend from global namespace in template class ignored

2012-03-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32204 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/32204] friend from global namespace in template class ignored

2011-01-16 Thread jag-gnu at jag dot dreamhost.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32204 jag-gnu at jag dot dreamhost.com changed: What|Removed |Added CC||jag-gnu at jag dot

[Bug c++/32204] friend from global namespace in template class ignored

2009-12-08 Thread redi at gcc dot gnu dot org
--- Comment #1 from redi at gcc dot gnu dot org 2009-12-08 23:11 --- Confirmed, the friend declaration appears to be declaring f in namespace A, despite the :: qualifier -- redi at gcc dot gnu dot org changed: What|Removed |Added