Am 14.07.2011 um 04:11 schrieb Kelvin Chung:
> std::array<id, 3> threeIDs = {@"foo", @"bar", @"baz"};
Why would you have a C++ array of ObjC objects in the first array?
It's quite simple: If you want to store C++ "objects", use C++ classes. If you want to store ObjC objects, use ObjC classes.
--
Jonathan
Attachment:
PGP.sig Description: Signierter Teil der Nachricht
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Objc-language mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden