$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-09-19 04:51:49
> If you change your regex to use "\\w" instead of "[:word:]", xpressive
> compiles it fine.
Understood.
> (xpressive sure could give a better error in this case, though. :-/)
Yep, it's not really a mismatched parenthesis :-)
Not that any regex engine is that good with it's error messages mind you!
John.