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

Henning Meyer <hmeyer.eu at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hmeyer.eu at gmail dot com

--- Comment #1 from Henning Meyer <hmeyer.eu at gmail dot com> ---
the example on global scope

auto test1 = []()->void{  };

gets now mangled as N5test1MUlvE_E as type of test1 similar to the lambda in
main

Reply via email to