Xref: utzoo comp.std.c:93 comp.lang.c:10917 Path: utzoo!utgpu!water!watmath!clyde!att!pacbell!ames!mailrus!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.std.c,comp.lang.c Subject: Re: __STDCPP__ anybody? Message-ID: <8164@brl-smoke.ARPA> Date: 26 Jun 88 19:38:48 GMT References: <2459@plus5.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB)) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 10 In article <2459@plus5.UUCP> hokey@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.)