https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61909
--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> --- std::function<void()> f3((X())); // abort This works now, but the lambda still needs to allocate.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61909
--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> --- std::function<void()> f3((X())); // abort This works now, but the lambda still needs to allocate.