$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Visual Studio 2015 Update 3 has removed std::unary_function and std::binary_function
From: Robert Ramey (ramey_at_[hidden])
Date: 2016-11-05 16:00:43
On 11/5/16 12:44 PM, ÐайÑев ÐлекÑÐ°Ð½Ð´Ñ wrote:
> For Boost.Algorithm we can remove all std::unary_function and std::binary_function. I think, we can rewrite sources without these functions.
>
I'm guessing that could be done for all the libraries. But would that
permit the usage of the libraries by those who depend upon C++03 compilers?
Robert Ramey