Re: GCC 4 and iostream.h
Re: GCC 4 and iostream.h
- Subject: Re: GCC 4 and iostream.h
- From: Steve Checkoway <email@hidden>
- Date: Wed, 14 Dec 2005 12:31:19 -0800
On Dec 14, 2005, at 6:14 AM, Stephane Sudre wrote:
Yes, this is fixing the problem.
The macro bible also helped in building a #if test for GCC version.
As you've probably discovered already, if you really need to test for
the version of gcc (although, you do not in this case), you can use
these:
$ gcc -dM -E - <<< ''|grep GNUC
#define __GNUC_PATCHLEVEL__ 0
#define __GNUC__ 4
#define __GNUC_MINOR__ 0
- Steve
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden