Boost logo

Boost :

Subject: Re: [boost] What to do about std::binary_function and std::unary_function?
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2016-05-05 16:21:53


[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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk