Opened 15 years ago
Closed 15 years ago
#1465 closed Patches (fixed)
regex_filter ignores its fmt_flags
Reported by: | 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)
Change History (2)
by , 15 years ago
Attachment: | regex.hpp.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in [42290] in branches/iostreams_dev, to be merged into trunk shortly
Note:
See TracTickets
for help on using tickets.
Patch for boost/iostreams/filter/regex.hpp