Top "Unary-function" questions

Why have unary_function, binary_function been removed from C++11?

I found that binary_function is removed from C++11. I am wondering why. C++98: template <class T> struct …

c++ c++11 stl functor unary-function