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