$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-header.inc")
?>
- Next message: Gavin Lambert: "Re: [Boost] [Lambda2] Review starts Monday March 22, 2021 to March 31, 2021"
- Previous message: Joel de Guzman: "[Boost] [Lambda2] Review starts Monday March 22, 2021 to March 31, 2021"
- In reply to: Joel de Guzman: "[Boost] [Lambda2] Review starts Monday March 22, 2021 to March 31, 2021"
- Next in thread: Gavin Lambert: "Re: [Boost] [Lambda2] Review starts Monday March 22, 2021 to March 31, 2021"
- Reply: Gavin Lambert: "Re: [Boost] [Lambda2] Review starts Monday March 22, 2021 to March 31, 2021"
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
- Next message: Gavin Lambert: "Re: [Boost] [Lambda2] Review starts Monday March 22, 2021 to March 31, 2021"
- Previous message: Joel de Guzman: "[Boost] [Lambda2] Review starts Monday March 22, 2021 to March 31, 2021"
- In reply to: Joel de Guzman: "[Boost] [Lambda2] Review starts Monday March 22, 2021 to March 31, 2021"
- Next in thread: Gavin Lambert: "Re: [Boost] [Lambda2] Review starts Monday March 22, 2021 to March 31, 2021"
- Reply: Gavin Lambert: "Re: [Boost] [Lambda2] Review starts Monday March 22, 2021 to March 31, 2021"
$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-footer.inc");
?>