Opened 15 years ago

Closed 15 years ago

#1465 closed Patches (fixed)

regex_filter ignores its fmt_flags

Reported by: eric.malenfant@… Owned by: Jonathan Turkanis
Milestone: Boost 1.35.0 Component: iostreams
Version: Boost 1.34.1 Severity: Problem
Keywords: Cc:

Description

In boost/iostreams/filter/regex.hpp: The two ctors of basic_regex_filter taking a regex_constants::match_flag_type pass it to the ctor of simple_formatter. A typo in simple_formatter's ctor causes it to ignore the fmt_flag parameter (see patch)

Attachments (1)

regex.hpp.patch (390 bytes ) - added by eric.malenfant@… 15 years ago.
Patch for boost/iostreams/filter/regex.hpp

Download all attachments as: .zip

Change History (2)

by eric.malenfant@…, 15 years ago

Attachment: regex.hpp.patch added

Patch for boost/iostreams/filter/regex.hpp

comment:1 by Jonathan Turkanis, 15 years ago

Resolution: fixed
Status: newclosed

fixed in [42290] in branches/iostreams_dev, to be merged into trunk shortly

Note: See TracTickets for help on using tickets.