changkun / modern-cpp-tutorial

📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
https://changkun.de/modern-cpp/
MIT License
23.86k stars 2.98k forks source link

about std::bind #247

Closed Layty closed 2 years ago

Layty commented 2 years ago

还有一些其他诸如参数绑定(C++11 提供了 std::bind 和 std::function)、export 等特性也均被弃用

这句话的意思是 std::bind 被弃用?

changkun commented 2 years ago

还有一些其他诸如参数绑定(取而代之的是,C++11 提供了 std::bind 和 std::function)、export 等特性也均被弃用