________________________________________ From: Boost [boost-bounces@lists.boost.org] on behalf of Stephan T. Lavavej [stl@exchange.microsoft.com] Sent: 19 March 2015 08:09 To: boost@lists.boost.org Subject: Re: [boost] Removing auto_ptr/etc. from Boost
[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
I have had a look around in the Phoenix code, which I did not write most of. I can find <functional> used in some tests but not in the header code. Do you have any information from your analysis of where there could be problems? Thanks John