Re: [boost] boost [fusion]: tests failing in develop branch
On Tue, Jun 16, 2015 at 3:57 PM, Aparna Kumta
Several regression tests for develop branch fail today.
http://www.boost.org/development/tests/develop/developer/output/oracle-sparc...
"../libs/fusion/test/algorithm/copy.cpp", line 8: Error: Could not open include file
. "../libs/fusion/test/algorithm/copy.cpp", line 9: Error: Could not open include file . 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
participants (1)
-
Lee Clagett