fair-acc / gr-digitizers

GNU General Public License v3.0
3 stars 3 forks source link

dev-4.0: Port away from boost::bind #111

Closed frankosterfeld closed 1 year ago

frankosterfeld commented 1 year ago

Replace boost::bind usage with modern C++ equivalents.

E.g.

    Could be replaced with std::bind_front or a lambda - bind is slow

_Originally posted by @ivan-cukic in https://github.com/fair-acc/gr-digitizers/pull/108#discussion_r1035686471_

RalphSteinhagen commented 1 year ago

obsoleted in graph-prototype/GR 4.0 - closing this in favour of moving to the new framework.