Ticket #1465: regex.hpp.patch
| File regex.hpp.patch, 390 bytes (added by , 15 years ago) |
|---|
| Line | |
|---|---|
| 1 | @@ -72,7 +72,7 @@ |
| 2 | } |
| 3 | struct simple_formatter { |
| 4 | simple_formatter(const string_type& fmt, flag_type fmt_flags) |
| 5 | - : fmt_(fmt), fmt_flags_(fmt_flags_) { } |
| 6 | + : fmt_(fmt), fmt_flags_(fmt_flags) { } |
| 7 | string_type operator() (const match_type& match) const |
| 8 | { return match.format(fmt_, fmt_flags_); } |
| 9 | string_type fmt_; |
