Opened 14 years ago
Closed 14 years ago
#2092 closed Bugs (fixed)
Serialization fails to compile with -fno-exceptions
Reported by: | Owned by: | Robert Ramey | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | serialization |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The archive portion of the serialization library fails to compile with gcc if -fno-exceptions is used. The attached patch allows the libraries / tests shipped with boost 1.35.0 to compile.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | boost_serialization_no_exceptions.diff added |
---|
comment:1 by , 14 years ago
Component: | None → serialization |
---|---|
Owner: | set to |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
the first two were already fixed. The third is now in my local copy. After next tests cycle, I'll upload to the trunk.
Robert Ramey