https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115897
--- Comment #8 from Matthias Kretz (Vir) <mkretz at gcc dot gnu.org> --- I can work around 'wrong1' and 'wrong3' by replacing std::is_same_v<...> with __is_same(...).
mkretz at gcc dot gnu.org via Gcc-bugs Thu, 18 Jul 2024 00:45:53 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115897
--- Comment #8 from Matthias Kretz (Vir) <mkretz at gcc dot gnu.org> --- I can work around 'wrong1' and 'wrong3' by replacing std::is_same_v<...> with __is_same(...).