
20 Oct
2004
20 Oct
'04
12:16 a.m.
Russell Hind wrote:
I mentioned this ages ago but just hit the issue again:
I've got the SPIRIT_1_6 branch out and have a compile problem with BCB6.
in spirit\pheonixz\closures.hpp line 237:
impl::closure_frame_holder<closure_frame>& frame;
BCB6 throws an error on this. Changing it to
impl::closure_frame_holder<closure_frame<ClosureT> >& frame;
solves the error for me. Not sure if it will affect other compilers though
Done. I'd appreciate if you can also provide more workarounds for borland. I seldom use the compiler now. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net