8 ms·
C++ lambdas can be used to achieve a similar result, not as pretty though https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#res-lambda-init https://i
by 9029 9mo ago
C++ lambdas can be used to achieve a similar result, not as pretty though https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#res-lambda-init https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines... But in general I agree!
- knorker 9mo agoThe fact that you can't return from there makes for a huge difference, though,