$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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