
20 Jan
2009
20 Jan
'09
9:55 a.m.
John Maddock wrote:
2) Get the code compiling with Intel C++.
Thank you for this patch, as this fixes compilation for Tru64/CXX as well. BTW, HP's ACC is EDG based, so you could simplify #if defined(__GNUC__) || defined(__HP_aCC) || defined(__EDG__) to #if defined(__GNUC__) || defined(__EDG__) Markus