Skip to content

Use std::bind() instead of removed predecessors

Steffen Müthing requested to merge feature/move-to-std-bind into master

std::bind1st() and std::bind2nd() are gone as of C++17, so replace them with something that works.

Merge request reports