cpp error lambda to func& (original) (raw)
Hello, generated headers for cpp produce code:void skip() { noEntries().forEach([](NoEntries &e){ e.skip(); }); }
which produces compilation error:void data::NoEntries::forEach<data::skip::<lambda_1>>(Func &)': cannot convert argument 1 from 'data::skip::<lambda_1>' to 'Func &
I'm using VisualStudo2022 with msbuild, ISO C++ 20 Standard