
25 Sep
2005
25 Sep
'05
6:27 p.m.
"Arkadiy Vertleyb" wrote:
Can anybody familiar with these compilers explain what needs to be done in order to be able to use the "typeof" keyword with them? From looking on the web, I got the impression that they have to support it, but my attempts to setup the tests fail with "typeof" undefined (I tried __typeof__ before this).
http://support.intel.com/support/performancetools/c/windows/sb/cs-015086.htm mentions no support in Intel 8.0 for Windows. I coudn't find any reference it was added later. Linux ICC employs option -fno-gnu-keywords which disables native typeof. /Pavel