https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125439
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
const int is indeed an integer type. That doesn't mean it is a valid template
parameter type for in_range, because that mandates
https://eel.is/c++draft/utility.intcmp#9 a signed or unsigned integer type.
And those are just the non-cv-qualified types, not the cv-qualified ones.