You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: