19 Nov 10:45
Re: [Regex]: Warnings for unicode regex includes
John Maddock <john <at> johnmaddock.co.uk>
2008-11-19 09:45:50 GMT
2008-11-19 09:45:50 GMT
Roland Bock wrote:
>> Hi,
>>
>> when compiling the following code
>>
>> <snip>
>> #include <boost/regex.hpp>
>> #include <boost/regex/icu.hpp>
>>
>> int main()
>> {
>> return 0;
>> }
>> </snip>
>>
>> with g++ -Wall -Wextra, a bunch of warnings are produced, see below.
>> The first two seem trivial to solve, but I don't know about the
>> third.
>>
>> Is there a workaround to get rid of the warnings (other than to turn
>> of the -Wall and -Wextra) and/or should I file a bug report?
I will try and look into this shortly, but can you file a bug report so it
doesn't get lost?
Thanks, John.
RSS Feed