10 Mar
2017
10 Mar
'17
8:32 p.m.
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