Skip to content

Avoid using std::bind1st that is removed in C++17

Brad King requested to merge brad.king/cmake:cxx17-no-bind1st into master

Use a lambda instead now that we require C++11.

Merge request reports