
On 23 August 2011 17:19, Eric Niebler <eric@boostpro.com> wrote:
On 8/21/2011 10:00 PM, Eric Niebler wrote:
On 8/21/2011 6:03 AM, Jeroen Habraken wrote:
boost-trunk/boost/fusion/sequence/intrinsic/detail/segmented_end.hpp:33:70: error: invalid use of incomplete type 'fusion::nil' segmented_end_impl<Sequence, fusion::nil>::call(seq, fusion::nil()));
This is my bug. I'll see about fixing it.
OK, I've fixed this on trunk. Jeroen, I'm having difficulty running regression tests with clang. Can you run Fusion's test suite and tell me if everything is ok?
-- Eric Niebler BoostPro Computing http://www.boostpro.com
I've run the Fusion test suite as well as the original test case with clang 2.9, both passed without a hitch. Thank you for looking into this. Jeroen