[Bug libstdc++/109203] sort(zip(v1, v2)) fails to compile

2024-02-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109203 --- Comment #9 from GCC Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:65b4cba9d6a9ffe9b4d4bdff90727a7064cc0e3b commit r14-8710-g65b4cba9d6a9ffe9b4d4bdff90727a7064cc0e3b Author: Patrick Palka Date:

[Bug libstdc++/109203] sort(zip(v1, v2)) fails to compile

2024-01-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109203 --- Comment #8 from Jonathan Wakely --- Thanks, Patrick. I have a patch for LWG 3865 too.

[Bug libstdc++/109203] sort(zip(v1, v2)) fails to compile

2024-01-15 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109203 Patrick Palka changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot gnu.org

[Bug libstdc++/109203] sort(zip(v1, v2)) fails to compile

2023-03-20 Thread de34 at live dot cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109203 Jiang An changed: What|Removed |Added CC||de34 at live dot cn --- Comment #6 from

[Bug libstdc++/109203] sort(zip(v1, v2)) fails to compile

2023-03-20 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109203 Patrick Palka changed: What|Removed |Added Last reconfirmed||2023-03-20 Ever confirmed|0

[Bug libstdc++/109203] sort(zip(v1, v2)) fails to compile

2023-03-20 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109203 --- Comment #4 from Jonathan Wakely --- Technically, that's needed for libstdc++ too, it just happens to work "by accident" without it.

[Bug libstdc++/109203] sort(zip(v1, v2)) fails to compile

2023-03-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109203 --- Comment #3 from Andrew Pinski --- Note for this to work with LLVM's libc++, you need the following include file added: #include

[Bug libstdc++/109203] sort(zip(v1, v2)) fails to compile

2023-03-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109203 --- Comment #2 from Andrew Pinski --- Created attachment 54707 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54707=edit Full testcase Next time don't just do code snippets but rather a full testcase in the comment. And don't assume

[Bug libstdc++/109203] sort(zip(v1, v2)) fails to compile

2023-03-19 Thread dvirtz at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109203 --- Comment #1 from Dvir Yitzchaki --- it works when zipping more than 2 ranges