Re: Mixing ObjC and C++ STL on same ObjC source file
Re: Mixing ObjC and C++ STL on same ObjC source file
- Subject: Re: Mixing ObjC and C++ STL on same ObjC source file
- From: Scott Ribe <email@hidden>
- Date: Sat, 13 Sep 2008 08:20:23 -0600
- Thread-topic: Mixing ObjC and C++ STL on same ObjC source file
If one is talking about one's own libraries, one merely makes sure that
applications & libraries are all built with the same versions.
If one is talking about libraries from another party, one must simply know
what versions that library used and be careful to use the same.
If one has multiple libraries from different parties that use different
versions, one has to persuade the laggard to update.
Of course the issues & practices are somewhat different between static &
dynamic libraries, but still the same basic rule about knowing version
compatibility...
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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