20 Jul
2007
20 Jul
'07
8:23 a.m.
Joel de Guzman wrote:
John Maddock wrote:
Off hand I can't spot the problem: only the indirect cause - that tuple_basic.hpp never gets included. However, there is a simple temporary fix: put #include <utility> as your first include, and everything *seems* to be OK. It is a bug though, I just can't see what it is in fusion that's causing the failure at present.
I'm confused. HEAD does not have the fusion in the spirit directory since it's been accepted into boost. And, proto does not have the op_base.hpp file anymore. What CVS branch are we talking about?
I assume that he's using 1.34: that was what I reproduced the problem with, it may well be moot for 1.35 if cvs HEAD has changed that much though. John.