dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
45 stars 7 forks source link

replace function call with lambda #112

Closed neheb closed 2 years ago

neheb commented 2 years ago

Allows removing a bunch of std::ref calls.

Signed-off-by: Rosen Penev rosenp@gmail.com