$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-10-09 04:48:48
boost_at_[hidden] wrote:
> Hi, I'm having a lot of trouble with boost::regexp and locales, even
> trying to change it makes the program fail.
>
> Can anybody help?
Yikes, you must set the locale before you assign a regex: calling imbue
invalidates the object.
John.