Patch for libstdc++-v3 on HP-UX
Benjamin Kosnik
bkoz@redhat.com
Tue Apr 29 05:54:00 GMT 2008
> The problem is that these macros are defined in c++config but
> c++config includes the hpux/os_defines.h file before it defines the
> macros. I suppose we could try changing c++config to define the
> macros before including the system specific headers but that might
> just cause more problems on other platforms. My proposal is to just
> not use the macros.
>
> OK for checkin?
This won't work for inclusion as "C", not C++. So, I'd rather try to
define the macros before inclusion of system specific headers.
I looked through os_defines.h and cpu_defines.h: I think this will be
possible, as attached.
tested x86/linux
-benjamin
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: p.20080428-2
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20080429/6409d2fe/attachment.ksh>
More information about the Libstdc++
mailing list