Boost logo

Boost :

From: Joel (joel_at_[hidden])
Date: 2004-10-19 19:16:13


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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk