[Bug c++/99692] Lookup for operator<< skips global scope

2021-12-16 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99692 Patrick Palka changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/99692] Lookup for operator<< skips global scope

2021-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99692 --- Comment #12 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #9) > (In reply to Jonathan Wakely from comment #4) > > The __rvalue_ostream_type constraints are going away soon: > > https://gcc.gnu.org/pipermail/gcc-patches/20

[Bug c++/99692] Lookup for operator<< skips global scope

2021-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99692 --- Comment #11 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #10) > template > struct __is_insertable<_Ostream, _Tp, > void_t() ><< declval())>> The

[Bug c++/99692] Lookup for operator<< skips global scope

2021-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99692 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 See Also|

[Bug c++/99692] Lookup for operator<< skips global scope

2021-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99692 --- Comment #9 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #4) > The __rvalue_ostream_type constraints are going away soon: > https://gcc.gnu.org/pipermail/gcc-patches/2021-March/566863.html N.B. that change is on gcc trun

[Bug c++/99692] Lookup for operator<< skips global scope

2021-05-05 Thread skaniskin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99692 Sergey Kaniskin changed: What|Removed |Added Component|libstdc++ |c++ --- Comment #8 from Sergey Kaniski