$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [accumulators] broken on msvc
From: Eric Niebler (eniebler_at_[hidden])
Date: 2014-06-16 01:36:31
On 6/15/2014 2:20 PM, Andrey Semashev wrote:
> On Sunday 15 June 2014 21:18:12 Jürgen Hunold wrote:
>> The question remains: Who fixes this where?
>
> As far as I can see, is_empty.hpp does not use BOOST_PP_CAT when it doesn't
> include it, so the header is correct. Accumulators should include cat.hpp
> whenever it uses BOOST_PP_CAT, so at least accumulators_fwd.hpp has a bug.
I've added the missing #include on develop. Hopefully, that fixes things.
Thanks for the report,
Eric