This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/85765] [8/9 Regression] Missing SFINAE in default template argument


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85765

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Those volatile overloads in std::bind are a constant source of problems (most
recently PR 85118).

The regression happened with r258407:

            PR c++/84785 - ICE with alias template and default targs.

            * pt.c (type_unification_real): Set processing_template_decl if
            saw_undeduced == 1.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]