$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [review] Review of Outcome (starts Fri-19-May)
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2017-05-19 13:15:50
On Fri, May 19, 2017 at 6:08 AM, Niall Douglas via Boost
<boost_at_[hidden]> wrote:
>...
Boost.Outcome fails to build for me. I'm using Visual Studio 2017 with
the latest update, tip of the master branch. My steps were as follows;
mkdir bin
cd bin
cmake ..
Open outcome.sln, Rebuild All
Attached is a log file with the errors.
In particular the __has_include preprocessor is a clang extension, and
unavailable in MSVC. There seem to be other syntax errors.
Thanks