[Bug c++/34724] Trouble with friend declaration across namespaces

2019-01-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34724 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/34724] Trouble with friend declaration across namespaces

2008-06-26 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2008-06-26 20:53 --- *** Bug 36645 has been marked as a duplicate of this bug. *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/34724] Trouble with friend declaration across namespaces

2008-06-26 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2008-06-26 20:45 --- *** Bug 36642 has been marked as a duplicate of this bug. *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/34724] Trouble with friend declaration across namespaces

2008-01-12 Thread bangerth at dealii dot org
--- Comment #1 from bangerth at dealii dot org 2008-01-13 02:20 --- Confirmed. The code should be rejected since the friend declaration has only one template parameter, whereas the template has two. W. -- bangerth at dealii dot org changed: What|Removed

[Bug c++/34724] Trouble with friend declaration across namespaces

2008-01-09 Thread pcarlini at suse dot de
-- pcarlini at suse dot de changed: What|Removed |Added Keywords||accepts-invalid Priority|P3 |P4 http://