$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: George M. Garner Jr. (gmgarner_at_[hidden])
Date: 2004-09-11 21:27:27
Johnathan,
>> Regex works this way.
>
> I wasn't aware of this, and can't find a reference in the docs. Could you
> post a
> link?
>
http://www.boost.org/libs/regex/doc/localisation.html ("Win32 localization
model. This is the default model when the library is compiled under Win32,
and is encapsulated by the traits class w32_regex_traits. When this model is
in effect there is a single global locale as defined by the user's control
panel settings, and returned by GetUserDefaultLCID. All the settings used by
boost.regex are acquired directly from the operating system bypassing the C
run time library.").
Regards,
George.