Opened 12 years ago
Closed 12 years ago
#5462 closed Patches (fixed)
regex: Fix up code that uses exceptions
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | regex |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
Some places in the boost::regex library did not safely guard uses of exceptions with checks to see if exceptions were enabled.
See attached patch for a fix.
Attachments (2)
Change History (3)
by , 12 years ago
Attachment: | regex-no-exceptions.patch added |
---|
by , 12 years ago
Attachment: | regex-no-exceptions.2.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Updated patch