[Bug c++/78925] Inline friend template function not hidden during ADL

2018-06-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78925 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/78925] Inline friend template function not hidden during ADL

2016-12-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78925 --- Comment #2 from Jonathan Wakely --- This is the same problem as described in PR 54376 and we decided GCC, EDG, and MSVC were right to reject the code.

[Bug c++/78925] Inline friend template function not hidden during ADL

2016-12-24 Thread bluescarni at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78925 --- Comment #1 from Francesco Biscani --- Commenting either call to bar() leads to successful compilation.