Opened 10 years ago

Closed 10 years ago

#7693 closed Patches (fixed)

Compilation failure on HP aCC with gcc compatibility

Reported by: rockdreamer@… 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)

sp_counted_base.hpp.patch (907 bytes ) - added by rockdreamer@… 10 years ago.
patch to reorder #ifdefs in order to handle aCC before gcc

Download all attachments as: .zip

Change History (5)

by rockdreamer@…, 10 years ago

Attachment: sp_counted_base.hpp.patch added

patch to reorder #ifdefs in order to handle aCC before gcc

comment:1 by Peter Dimov, 10 years ago

...

Last edited 10 years ago by Peter Dimov (previous) (diff)

comment:2 by Peter Dimov, 10 years ago

(In [81348]) Reorder HP aCC and g++ #ifdefs. Refs #7693.

comment:3 by rockdreamer@…, 10 years ago

Thanks!

comment:4 by Peter Dimov, 10 years ago

Resolution: fixed
Status: newclosed

(In [81367]) Merged [81348] from trunk. Fixes #7693.

Note: See TracTickets for help on using tickets.