Subject: [Boost-bugs] [Boost C++ Libraries] #2514: Warnings for unicode regex includes
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-11-19 10:12:20
#2514: Warnings for unicode regex includes
-----------------------------------+----------------------------------------
Reporter: rbock_at_[hidden] | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: Boost 1.38.0 | Component: regex
Version: Boost 1.36.0 | Severity: Problem
Keywords: regex warning unicode |
-----------------------------------+----------------------------------------
Hi,
when compiling the following code
{{{
#include <boost/regex.hpp>
#include <boost/regex/icu.hpp>
int main()
{
return 0;
}
}}}
with g++ -Wall -Wextra, a bunch of warnings are produced, see attachment.
I patched my own system to get rid of the warnings, see second attachment.
System information:
Ubuntu 8.04, 64bit
gcc 4.2.4
boost 1.36
Regards,
Roland
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2514> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC