6 Jul
2016
6 Jul
'16
12:45 a.m.
On 7/5/2016 14:16 PM, Billy O'Neal (VC LIBS) wrote:
c++latest turns off _HAS_AUTO_PTR_ETC, which removes all the removed stuff like unary_function, yes. The fix is to remove use of unary_function and add the typedefs manually. This seems reasonable. Is there an appropriate BOOST_XXX macro which I could use to branch the use of unary_function for pre C++17 compilers?
Brandon