Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将一些代码从 C++03 转换为 C++11,并且收到一条std::binder2nd<std::modulus<int> >已弃用的警告。我已经看到了用 替换bind2nd调用的示例bind,但是什么替换了binder2nd类?
std::binder2nd<std::modulus<int> >
bind2nd
bind
binder2nd