Re: availability of "typeof" keyword
From: Marty Freitas (marty_at_convex.hp.com)
Date: 09/29/05
- Next message: Marty Freitas: "Re: Building application using Ospace STL"
- Previous message: Marty Freitas: "Re: Cannot start ksh on HP-UX 11.11 C3600 after installation of patches"
- In reply to: Arkadiy: "availability of "typeof" keyword"
- Next in thread: Arkadiy: "Re: availability of "typeof" keyword"
- Reply: Arkadiy: "Re: availability of "typeof" keyword"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Sep 2005 23:47:40 -0600
Arkadiy wrote: not in a
: How does a user of HP aC++ determines whether the typeof (or
: __typeof__) keyword is available? Is there any symbol defined that can
: be tested?
aC++ on PA doesn't support it. But PA HPC does, at least with __HP_cc=111108.
: Is there anything similar in HP aC++?
For aCC6, you can use -Agcc to support it.
For A.06.05, _HP_GNUC_COMPATIBLE is defined with that option.
- Next message: Marty Freitas: "Re: Building application using Ospace STL"
- Previous message: Marty Freitas: "Re: Cannot start ksh on HP-UX 11.11 C3600 after installation of patches"
- In reply to: Arkadiy: "availability of "typeof" keyword"
- Next in thread: Arkadiy: "Re: availability of "typeof" keyword"
- Reply: Arkadiy: "Re: availability of "typeof" keyword"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|