Opened 14 years ago
Closed 14 years ago
#2514 closed Bugs (fixed)
Warnings for unicode regex includes
| Reported by: | Owned by: | John Maddock | |
|---|---|---|---|
| Milestone: | Boost 1.38.0 | Component: | regex |
| Version: | Boost 1.36.0 | Severity: | Problem |
| Keywords: | regex warning unicode | Cc: |
Description
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
Attachments (2)
Change History (3)
by , 14 years ago
| Attachment: | regex.warnings.txt added |
|---|
by , 14 years ago
| Attachment: | regex.diff.txt added |
|---|
The changes I applied (diff generated by local svn)
Note:
See TracTickets
for help on using tickets.

The warnings I get