Operating System - HP-UX
1753626 Members
5456 Online
108797 Solutions
New Discussion юеВ

C++ 0x support in HP aCC C++ compiler

 
SOLVED
Go to solution
EdDiener
Occasional Contributor

C++ 0x support in HP aCC C++ compiler

Is there any document detailing the C++0x support in the HP aCC C++ compiler, and in what version of the compiler such support might have been originally added ?

I am particularly interested in whether or not variadic macros are supported.
2 REPLIES 2
Dennis Handly
Acclaimed Contributor
Solution

Re: C++ 0x support in HP aCC C++ compiler

Take a look at the Release Notes for aC++.
http://www.hp.com/go/cpp
Then the Documentation link on the right.

In A.06.25:
http://h21007.www2.hp.com/portal/download/files/unprot/aCxx/B3901-90032.pdf

Under: New Features in Version A.06.25
C99 Variadic macros were added.

But most likely those were already there in C++ mode.
EdDiener
Occasional Contributor

Re: C++ 0x support in HP aCC C++ compiler

Solution found