Enhancements for lambda
inputs.
#369
Labels
clean-up
Changes that don't affect code execution but make the code cleaner
enhancement
New feature or request
When we switch to C++17 we should use the following model to allow us to pass
nullptr
into functions forlambda
directly. We should also consider switching tostd::optional
.The text was updated successfully, but these errors were encountered: