Opened 17 years ago
Last modified 15 years ago
#493 closed Bugs (fixed)
format: assert when parsing invalid pattern — at Initial Version
| Reported by: | plindovsky | Owned by: | samuel_k |
|---|---|---|---|
| Milestone: | Component: | format | |
| Version: | None | Severity: | Problem |
| Keywords: | Cc: |
Description
An assert occurs in fmter.parse in the following code:
boost::format fmter;
fmter.exceptions(boost::io::no_error_bits);
fmter.parse("Unknown option mask %1$06x%");
Note:
See TracTickets
for help on using tickets.
