22 Mar
2021
22 Mar
'21
4:48 a.m.
On 3/21/21 7:35 PM, Joel de Guzman via Boost wrote:
The Boost formal review of the Lambda2, authored by Peter Dimov, starts Monday, March 22, 2021 to March 31, 2021 (inclusive).
Documentation: https://pdimov.github.io/lambda2/doc/html/lambda2.html Source: https://github.com/pdimov/lambda2/
I have a really dumb question about this. Consider the count_if example. I understand how example works. But I can't figure out where the parameter _1 gets filled in. So I think that the count_if example should be completed with a small bit of code which uses the newly count_if function. Robert Ramey