$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Marco Biasini (mbiasini_at_[hidden])
Date: 2008-08-04 09:32:05
Hi all,
I'm using boost spirit. I have a semantic action attached to a real_p.
Is there a wy to get the current scanner position from this semantic
action? For all the generic semantic actions, I can use the
position_iterator, but since real_p only accepts functions/functors
with a float argument, I'm kind of lost.
Thanks in advance,
Marco