https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105110
--- Comment #4 from Jakub Gałecki ---
Awesome! Happy to be of use.
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
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
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