AnthonyCalandra / modern-cpp-features

A cheatsheet of modern C++ language and library features.
MIT License
19.6k stars 2.08k forks source link

std::bind_front, std::bind_back, version header introduced in C++20 not mentioned #122

Closed zzombie closed 1 day ago

zzombie commented 1 year ago

https://en.cppreference.com/w/cpp/utility/functional/bind_front

https://en.cppreference.com/w/cpp/header/version

Siddharthgupta007 commented 1 year ago

hey , how can I help you in this project issue.

AnthonyCalandra commented 1 day ago

Just completed std::bind_frontand I won't do the version header because I think it's really only useful for library authors. std::bind_back will come as part of my update for C++23.