$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Visual Studio 2015 Update 3 has removedstd::unary_functionand std::binary_function
From: Peter Dimov (lists_at_[hidden])
Date: 2016-11-11 11:54:51
Edward Diener wrote:
> Looking at the .travis.yml in predef, ...
For an example that is easier to follow, you can look at the .travis.yml of
Boost.Function:
https://github.com/boostorg/function/blob/develop/.travis.yml
The only problematic part there is the manual enumeration of the necessary
submodules that comprise the minimal subset needed for testing Function,
although I'm working on automating that.