On 06/26/2016 03:20 PM, Guillaume Munch wrote:
+ auto compile = [&](std::string const & s) {
+ return clone->doExport(s, true);
+ };
+ return runAndDestroy(compile, orig, clone, format);
This one, too, and the other auto one that follows it. rh
