
24 Jan
2007
24 Jan
'07
1:52 p.m.
Boris Gubenko wrote:
Markus Schoepflin wrote:
Boris Gubenko wrote:
Markus, the problem may go away if you compile -tlocal instead of -timplicit_local, but you, probably, would not want to change instantiation mode just for one library. Other parts of boost depend on the control given by -timplicit_local,
I understand. I'm not suggesting tweaking template instantiation mode just for this issue.
I even have no idea if spirit would work with -tlocal.
I'm not sure why you mention spirit in this context, but it works, at least the tests pass with -tlocal (I've replaced -timplicit_local with -tlocal in hp_cxx.jam):
Wave is built upon spirit, if my memory serves me right. Markus