[Bug c++/78919] Lambdas, default parameters and std::function cause assembly error
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78919 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---
[Bug c++/78919] Lambdas, default parameters and std::function cause assembly error
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78919 --- Comment #1 from Jonas Jelten --- Probably the same as bug 59949, if the default value is always created for a template even if the call overwrites the default value.