$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [mpl] Problem with VC++14 and boost::mpl::size_t
From: Edward Diener (eldiener_at_[hidden])
Date: 2015-07-26 20:18:10
On 7/26/2015 11:00 AM, Peter Dimov wrote:
>> My money is on #include <boost/config.hpp>, because
>> lightweight_test.hpp doesn't do much else involving size_t. Or perhaps
>> it's the #include <iostream> that pulls something in?
>
> It's <iostream>. Which is better as now the bug report is
> self-contained. :-)
I have created a branch for MPL called 'vc14_tests_fix' at
https://github.com/boostorg/mpl.git, based on MPL 'develop', which fixes
the failed VC++14 MPL tests. Of course the VC++14 bug is just being
masked by this fix.
I will let others decide on whether we want to update our MPL tests on
'develop' based on this test fix.