[Bug libstdc++/86860] Reject valid overloads of subclass ostream operator<

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

[Bug libstdc++/86860] Reject valid overloads of subclass ostream operator<

2018-08-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86860 --- Comment #3 from Richard Biener --- So INVALID?

[Bug libstdc++/86860] Reject valid overloads of subclass ostream operator<

2018-08-06 Thread mickey.veksler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86860 --- Comment #2 from Michael Veksler --- Sounds reasonable. Thanks.

[Bug libstdc++/86860] Reject valid overloads of subclass ostream operator<

2018-08-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86860 --- Comment #1 from Jonathan Wakely --- (In reply to Michael Veksler from comment #0) > The above function does not seem to be part of the standard, and it seems It's (3) at https://en.cppreference.com/w/cpp/io/basic_ostream/operator_ltlt2 The