Jean-Marc Lasgouttes wrote:
Angus Leeming <[EMAIL PROTECTED]> writes:
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
This is fixed by the patch below, where I have also replaced
the regex based code by something simpler. This is not (only) to make
Andre happy, but also to make it work on wide strings.
I thought Boost.Regex supported wide strings. I believe that the typedef is
boost::wregex...
Well, in config.h we do:
#define BOOST_NO_WREGEX 1
#define BOOST_NO_WSTRING 1
And in any case, this thing is so trivial that a regex is not really
needed.
Plus the fact that wstring and wregex uses wchar_t which is not usable
(for us) on a number of platforms.
JMarc
PS: hello Angus!
Hello from sunny, coldy, on strike Paris too!
Abdel.