https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91082
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Reference to function binds |Reference to function binds
|to pointer to function when |to Addr to function when
|given a template |given a template
|specialization |specialization
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Looks like GCC is treating `&a<void>` the same as `a<void>` which is wrong.