18 Nov 21:26
[Regex]: Warnings for unicode regex includes
From: Roland Bock <rbock <at> eudoxos.de>
Subject: [Regex]: Warnings for unicode regex includes
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-11-18 20:28:26 GMT
Subject: [Regex]: Warnings for unicode regex includes
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-11-18 20:28:26 GMT
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?
System information:
Ubuntu 8.04, 64bit
gcc 4.2.4
boost 1.36
Regards,
Roland
PS: Here are the warnings I get:
(Continue reading)
RSS Feed