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++/72762] Cann't demangle auto arguments of C++14 generic lambda


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

--- Comment #2 from Fujii Hironori <fujii.hironori at gmail dot com> ---
In GDB, this function is shown as:

> <lambda(auto:1, auto:2&, auto:3&&)>::operator void (*)(int, int&, int&&)<int, int, int>(void) const

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