https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95310
--- Comment #4 from Patrick Palka ---
(In reply to ensadc from comment #3)
> When verifying the fix, I noticed a new bug:
Thanks for the heads up.
>
>
> template requires true
> using iter_reference_t = decltype(*T{});
>
> template
> s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95310
--- Comment #3 from ensadc at mailnesia dot com ---
When verifying the fix, I noticed a new bug:
template requires true
using iter_reference_t = decltype(*T{});
template
struct result {
using type = iter_reference_t;
};
template
conce
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95310
--- Comment #2 from Jonathan Wakely ---
Fixed on trunk by r11-3372-d6587211c02c4e2566c4e545c09757f3fbb7adab
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95310
Patrick Palka changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|