Boost logo

Boost :

Subject: Re: [boost] boost [fusion]: tests failing in develop branch
From: Lee Clagett (forum_at_[hidden])
Date: 2015-06-16 16:11:26


On Tue, Jun 16, 2015 at 3:57 PM, Aparna Kumta <aparna.kumta_at_[hidden]>
wrote:

> Several regression tests for develop branch fail today.
>
>
> http://www.boost.org/development/tests/develop/developer/output/oracle-sparc-S2-stlport4-boost-bin-v2-libs-fusion-test-copy-test-sun-stlport4-release-threading-multi.html
>
> "../libs/fusion/test/algorithm/copy.cpp", line 8: Error: Could not open
> include file<boost/fusion/container/vector/vector.hpp>.
> "../libs/fusion/test/algorithm/copy.cpp", line 9: Error: Could not open
> include file<boost/fusion/container/list/list.hpp>.
>
> Is this known?
>
>
> Thanks,
>
> Aparna
>
>
Yes, a pull request [1] was merged that was marked as a WIP. Another pull
request [2] has already been made. The new pull request re-introduces those
files - they were moved in [1], and [2] adds them back with new a new
header that includes the original (now moved) files. Kohei Takahashi is
eventually trying to replace the pre-processor based variadics with true
variadics when compilers support it [3]. Joel or Kohei would have to
provide more specifics on that effort, but it will be interesting if any
compilation time improvements result (hopefully!).

Lee

[1] https://github.com/boostorg/fusion/pull/80
[2] https://github.com/boostorg/fusion/pull/81
[3] https://github.com/boostorg/fusion/pull/57


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk