Opened 10 years ago
Closed 10 years ago
#7693 closed Patches (fixed)
Compilation failure on HP aCC with gcc compatibility
Reported by: | Owned by: | Peter Dimov | |
---|---|---|---|
Milestone: | To Be Determined | Component: | smart_ptr |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | HP aCC | Cc: |
Description
Compiling boost on HP-UX with aCC with the -Ag++ flag turned on fails due to sp_counted_base.hpp handling gcc before aCC.
The attached bug resolves the issue by reordering #ifdefs
Attachments (1)
Change History (5)
by , 10 years ago
Attachment: | sp_counted_base.hpp.patch added |
---|
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch to reorder #ifdefs in order to handle aCC before gcc