https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98077
Patrick Palka changed:
What|Removed |Added
CC||ppalka at gcc dot gnu.org
St
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98077
--- Comment #3 from Jonathan Wakely ---
Reduced:
template T&& declval();
template struct function
{
template function(T) { }
};
template function(T) -> function()())>;
template constexpr bool is_void_v = false;
template<> constexpr bool is
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98077
Jonathan Wakely changed:
What|Removed |Added
Status|WAITING |NEW
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98077
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|