$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [safe_numerics] Last three days
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2017-03-10 20:32:12
AMDG
On 03/10/2017 12:25 PM, John Maddock via Boost wrote:
> Update: I now have a version which builds and runs all the tests with
> VC2017, the fixes required are here:
> https://github.com/robertramey/safe_numerics/pull/33
>
It's a bit more complex than it needs to be:
- msvc_max isn't needed. msvc accepts max(x, y).
- boost::core::demangle does all the #ifdef'ing for you.
In Christ,
Steven Watanabe