Re: No std::wstring in 10.2.8 SDK?
Re: No std::wstring in 10.2.8 SDK?
- Subject: Re: No std::wstring in 10.2.8 SDK?
- From: Eric Albert <email@hidden>
- Date: Mon, 20 Feb 2006 15:25:52 -0800
On Feb 20, 2006, at 3:09 PM, David Litwin wrote: I just moved my app from being 10.4 only to supporting 10.2.8 on ppc. Now all my code that uses std::wstring won’t compile, as std::wstring isn’t defined.
I have heard that gcc 3.3 had some confusion with things being defined outside of std that should have been in, but I can’t get it to find wstring without the std:: either.
Does anyone have any info about this issue, and how to get code with std::wstring to compile against the 10.2.8 SDK? Again, it works fine with the 10.4u SDK. The code in question includes <string>. wchar support was added to Mac OS X 10.3, so you can't use wchars with the 10.2.8 SDK.
Do you really have that many users running 10.2.8? Most folks are able to only support 10.3 or later, or even 10.3.9 or later.
Hope this helps, Eric
|
_______________________________________________
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