Opened 12 years ago
Closed 12 years ago
#4181 closed Bugs (fixed)
Boost.Serialization PATCH: attribute used for AIX with vacpp
Reported by: | Owned by: | Robert Ramey | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | serialization |
Version: | Boost 1.43.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I recently updated the build compiler used in test reporting to V11. The V11 compiler now officially supports attribute ((used)) as requested years ago :-)
Here is the patch file for force_include.hpp to enable the attribute. I believe we may already be applying it via the patch mechanism used in test result reporting, but we would like to get it in officially.
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | force_include.hpp.diff added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed - will migrate to trunk after next test
Note:
See TracTickets
for help on using tickets.
Enable attribute ((used)) for xlC (vacpp)