boostorg / bind

Boost.org bind module
http://boost.org/libs/bind
26 stars 49 forks source link

Add bind_front #20

Open petamas opened 4 years ago

petamas commented 4 years ago

std::bind_front seems to be a great addition to the standard. However, it's only available from C++20. As I'm working in a C++11 shop, I'm looking for an open source C++11 alternative, but can't seem to find one. I think Boost.Bind would be a great home for it, if someone's up for creating it.