Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#8036 closed Patches (fixed)

Warning fixes in regex

Reported by: Franz Detro <franz.detro@…> Owned by: John Maddock
Milestone: To Be Determined Component: regex
Version: Boost 1.53.0 Severity: Cosmetic
Keywords: Cc:

Description

We have a zero warning policy in our development projects and experience lots of warnings in several boost libraries. With every new boost version we need to apply a set of warning fixes.

It would help a lot if you could integrate these warning fixes into future boost releases.

Please find attached a patch file against boost 1.53.0 which fixes several warnings in boost::regex.

Attachments (1)

regex.diff (896 bytes ) - added by Franz Detro <franz.detro@…> 10 years ago.

Download all attachments as: .zip

Change History (3)

by Franz Detro <franz.detro@…>, 10 years ago

Attachment: regex.diff added

comment:1 by John Maddock, 10 years ago

Resolution: fixed
Status: newclosed

(In [82831]) Warning suppression. Fixes #8036.

comment:2 by John Maddock, 10 years ago

(In [82839]) Get rid of MSVC C4996 warnings. Fixes #8036.

Note: See TracTickets for help on using tickets.