Opened 17 years ago
Closed 17 years ago
#392 closed Bugs (Fixed)
copy ctor for empty() regex throws bad_expression
| Reported by: | nobody | Owned by: | John Maddock |
|---|---|---|---|
| Milestone: | Component: | regex | |
| Version: | None | Severity: | |
| Keywords: | Cc: |
Description
in boost 1.32: regex A; regex B = A; // throws bad_expression
Note:
See TracTickets
for help on using tickets.
