https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115775

--- Comment #3 from Sean Murthy <s.murthy at outlook dot com> ---
I notice the repro has an unnecessary explicit specifier for guide 2. That
guide should be:

//guide 2
template <bool B, std::signed_integral SI>
C(SI) -> C<B, std::make_unsigned_t<SI>>;

Reply via email to