$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-08-08 11:46:22
AMDG
piotr270977_at_[hidden] wrote:
> I have to finish parser with error from actor. Is it possible ?
>
> for example:
>
> rule<> r = (int_p[do_push] >> *('.' >> int_p[do_push])) [do_act]
> | ...................
> | ...................
> ;
>
> How to stop parsing in do_act function and exit parser with error pronounce in parse_info<> ?
>
Try throwing an exception.
In Christ,
Steven Watanabe