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++/77347] [6/7 Regression] Incorrect auto deduction failure in template class member function


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note your testcase is invalid due to [dcl.spec.auto]/7:
"If the init-declarator-list contains more than one init-declarator, they shall
all form declarations of variables."

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