$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [regex] Matching space - help needed
From: John Maddock (john_at_[hidden])
Date: 2008-11-22 11:51:11
Roman Yakovenko wrote:
>> I am aware of this and use the second form. I investigated the
>> problem
>> father and found that "regex" class works, while "wregex" fails.
>>
>> I guess there is some issue with "locale" or something like this. I
>> will debug this tomorrow.
Hmm, regex and wregex should behave the same here... unless there is a bug
in your std::locale implementation or something. Do you have a test case?
Cheers, John.