Re: [C++ PATCH] P0624R2 - Default constructible and assignable stateless lambdas

2018-06-14 Thread Jason Merrill
OK. On Thu, Jun 14, 2018 at 9:00 AM, Jakub Jelinek wrote: > Hi! > > The following patch implements P0624R2, where stateless lambdas don't have > deleted default ctor and copy assignment operator anymore. > > Tested on x86_64-linux with check-c++-all and libstdc++ testsuite, ok for > trunk? > > 20

[C++ PATCH] P0624R2 - Default constructible and assignable stateless lambdas

2018-06-14 Thread Jakub Jelinek
Hi! The following patch implements P0624R2, where stateless lambdas don't have deleted default ctor and copy assignment operator anymore. Tested on x86_64-linux with check-c++-all and libstdc++ testsuite, ok for trunk? 2018-06-14 Jakub Jelinek P0624R2 - Default constructible and assi