I am converting some code from C ++ 03 to C ++ 11 and I get a warning that it is std::binder2nd<std::modulus<int> >deprecated. I saw examples of replacing calls bind2ndwith bind, but what binder2nddoes the class replace ?
std::binder2nd<std::modulus<int> >
bind2nd
bind
binder2nd
No one has answered this question yet.
See related questions: