Re: [boost] [typeof] native support in intel and como
by Pavel Vozenilek other posts by this author
Sep 29 2005 12:08PM messages near this date
Re: [boost] [typeof] native support in intel and como
|
[boost] [serialization] Archive implementation
SOURCE
"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
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Arkadiy Vertleyb
Daniel James
Pavel Vozenilek
|