1 Jun 02:01
Re: swap issue
Carl Barron <cbarron413 <at> roadrunner.com>
2009-06-01 00:01:43 GMT
2009-06-01 00:01:43 GMT
On May 31, 2009, at 5:09 PM, Jens Weller wrote: >> 1) get sprint 2.1 from trunk branch not head branch of the svn >> repository. Spirit 2.1 >> in trunk is up to date, has fewer bugs, etc. > > My source is http://svn.boost.org/svn/boost/trunk, is this the right > source for spirit fine. > >> 2) the errors tell me nothing with out a minimal example producing >> the problem. > > Well, I've prepared a minimal example: > > struct data > { > data(std::string str){} > }; > > struct Test : qi::grammar<it_type,void(), space_type> > { > Test(); > qi::rule<it_type,void(),space_type> start; > qi::rule<it_type,data*(),space_type> test; > void push(data* d){delete d;//do something ;) > } > };(Continue reading)
RSS Feed