$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rhind_at_[hidden])
Date: 2003-10-09 05:21:47
With spirit shipped with 1.30.2 of boost, I've had to modify
boost/spirit/pheonix/closures.hpp line 238 to
impl::closure_frame_holder<closure_frame<ClosureT> >& frame;
from
impl::closure_frame_holder<closure_frame>& frame;
to use the spirit library
This seems to be a regression from 1.30.0
Thanks
Russell