$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [xpressive] recursive calls for matching repetitions.
From: Raindog (raindog_at_[hidden])
Date: 2008-10-05 00:54:33
Eric,
I was recently hit by a stack overflow due to the way xpressive makes
recursive calls when dealing with patterns like *_, etc and was
wondering if there is an alternative, more efficient way of matching
these types of patterns.
p.s I know about keep() but that can get cumbersome to use everywhere.