[Bug c++/98077] C++ 17: Using alias template bug in gcc

2021-06-24 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98077 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org St

[Bug c++/98077] C++ 17: Using alias template bug in gcc

2020-12-01 Thread redi at gcc dot gnu.org via Gcc-bugs
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

[Bug c++/98077] C++ 17: Using alias template bug in gcc

2020-12-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98077 Jonathan Wakely changed: What|Removed |Added Status|WAITING |NEW Keywords|

[Bug c++/98077] C++ 17: Using alias template bug in gcc

2020-12-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98077 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|