https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71446
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, | |redi at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Well, before C++2a it is an extension, so outside of the C++ standard, and GCC has been implementing it as not allowing to skip any fields. In C++2a it is actually a standard language feature, so I guess it needs to participate in the overload resolution.