[Bug c++/105110] NTTP type deduction fails when dependent of previous NTTPs

2022-04-01 Thread j.galecki11 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105110 --- Comment #4 from Jakub Gałecki --- Awesome! Happy to be of use.

[Bug c++/105110] New: NTTP type deduction fails when dependent of previous NTTPs

2022-03-30 Thread j.galecki11 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105110 Bug ID: 105110 Summary: NTTP type deduction fails when dependent of previous NTTPs Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Pr

[Bug libstdc++/101091] std::views::take and std::views::drop are overconstrained

2021-06-16 Thread j.galecki11 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101091 --- Comment #1 from Jakub Gałecki --- Consider the following example: https://godbolt.org/z/YYzqWaM9G #include #include #include void copy_drop_n1(const std::vector& src, std::vector& dest, std::size_t n) { // size_t - na

[Bug libstdc++/101091] New: std::views::take and std::views::drop are overconstrained

2021-06-16 Thread j.galecki11 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101091 Bug ID: 101091 Summary: std::views::take and std::views::drop are overconstrained Product: gcc Version: 11.1.0 Status: UNCONFIRMED Severity: normal P