https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109169
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution|--- |WONTFIX
--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Yes we are not going to add a feature where template keyword can be omitted.
The reason is
type_info<T const>.can_convert_to<unstable_hash_value_t>;
Cis being parsed thinking < here is less than which is correct.