[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

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

2021-03-21 Thread skaniskin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99692 --- Comment #6 from Sergey Kaniskin --- > Which seems correct to me. Users should not be overloading operator<< for > types defined by the standard library anyway. You don't own vector so > you don't get to say how it should be output to std::os

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

2021-03-20 Thread skaniskin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99692 --- Comment #3 from Sergey Kaniskin --- (In reply to Andrew Pinski from comment #1) > Right the problem is here (and not with the compiler itself if there is a > problem) I was unsure whether to file it under compiler or stdlibc++ as it’s accept