https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105221
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org, | |jason at gcc dot gnu.org, | |ppalka at gcc dot gnu.org --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- P0012R1 added what is now http://eel.is/c++draft/temp.deduct.conv#5.2 , at that point: ``If the original A is a function pointer type, A can be "pointer to function" even if the deduced A is "pointer to noexcept function". If the original A is a pointer to member function type, A can be "pointer to member of type function" even if the deduced A is "pointer to member of type noexcept function".'' but I don't see in pt.cc anything keyed on DEDUCE_CONV that would deal with this.