__STDCPP__ anybody?
Doug Gwyn
gwyn at brl-smoke.ARPA
Mon Jun 27 05:38:48 AEST 1988
In article <2459 at plus5.UUCP> hokey at plus5.UUCP (Hokey) writes:
>Does anybody besides me think a __STDCPP__ predefined symbol would be of
>value?
No, because it's nonstandard.
If you avoid using the new features (#, ## for example), it should be
possible to write your code without #ifdefs so that either older or
Standard-conforming preprocessors interpret it the same way. (This
assumes you never got dependent on Reiserisms in the first place.)
More information about the Comp.lang.c
mailing list