Boost logo

Boost :

From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2008-05-27 20:52:07


John,

> OK looks to be a typo, this fixes it:
>
> Index: boost/spirit/home/classic/core/scanner/scanner.hpp
> ===================================================================
> --- boost/spirit/home/classic/core/scanner/scanner.hpp (revision
> 45671)
> +++ boost/spirit/home/classic/core/scanner/scanner.hpp (working copy)
> @@ -256,7 +256,7 @@
> operator*() const
> {
> typedef typename PoliciesT::iteration_policy_t
> iteration_policy_type;
> - return
> iteration_policy_type::filter(iteration_policy_t::get(*this));
> + return
> iteration_policy_type::filter(iteration_policy_type::get(*this));
> }
>
> scanner const&

I thought I did fix this a couple of days ago (rev 45677), didn't I?

Regards Hartmut


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