5 May
2016
5 May
'16
8:21 p.m.
[Nick Matteo]
std::binary_function and std::unary_function are deprecated, and scheduled to be removed from the standard in C++17.
With VS 2015, you can verify that your code isn't using this stuff by defining _HAS_AUTO_PTR_ETC to 0 (ideally on the command line). STL