Opened 11 years ago
Closed 11 years ago
#5570 closed Bugs (fixed)
Compile error in uuid string_generator.hpp
Reported by: | Owned by: | Andy Tompkins | |
---|---|---|---|
Milestone: | Boost 1.47.0 | Component: | uuid |
Version: | Boost 1.46.1 | Severity: | Problem |
Keywords: | Cc: |
Description
There is a compile error in string_generator.hpp when exceptions are disabled. When exceptions are disabled try, catch, throw are no longer valid keywords. Here is a patch with a fix to call throw_exception(x) instead of throw x. Maybe BOOST_THROW_EXCEPTION(x) should be used instead?
Can someone please incorporate this patch into the next boost release?
Attachments (1)
Change History (5)
by , 11 years ago
Attachment: | string_generator.patch added |
---|
comment:1 by , 11 years ago
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
checked into trunk