Skip to content

Deprecated std::ptr_fun and std::bind1st with C++17

Pere Mato Vila requested to merge mato/garfieldpp:RemoveDeprecated into master

Removed deprecated std classes and replaced by simple lambdas.

Merge request reports