pivotal-jbarrett commented on pull request #925:
URL: https://github.com/apache/geode-native/pull/925#issuecomment-1043201460


   I love this! The issue I take with this PR is you promise:
   ```c++
   std::for_each(std::begin(v), std::end(v), do_the_work(context));
   ```
   but gave me:
   ```c++
   std::for_each(std::begin(v), std::end(v), [](){
     // the body of the loop reformatted as a lambda
   });
   ```
   Is this just the start?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to