On Dec 2, 2009, at 6:14 PM, Ted Kremenek wrote:
> Indeed.  For those we can have separate has_feature entries.

And is a portable header suposed to do this:

#ifdef __cplusplus
#if __has_feature(cxx_exceptions)
#define HAVE_EXCEPTIONS
#endif
#else
#if __has_feature(c_exceptions)
#define HAVE_EXCEPTIONS
#endif

?  :-(
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to