[Bug c++/106143] Add fix-it for missing ::value on trait with std::integral_constant base
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 30 08:36:27 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106143
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
But the other suggestion could be to use std::is_void_v<void> instead (at least
for C++17 and later), no?
More information about the Gcc-bugs
mailing list