19 Mar
2015
19 Mar
'15
8:09 a.m.
[Fletcher, John P]
as I read it, the question is not the whole of <functional> but some part of it.
Correct - the subset that was deprecated in C++11. Specifically: unary_function/binary_function, ptr_fun(), mem_fun()/mem_fun_ref(), bind1st()/bind2nd(), and their associated classes. Thanks, STL