discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: API diffs


From: bob
Subject: Re: API diffs
Date: Wed, 14 Sep 2011 02:21:58 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

David Chisnall <theraven <at> sucs.org> writes:

> NSOrderedSet would be trivial to implement in Objective-C++ with std::map<>
(in fact, I wouldn't be
> surprised if that's how Apple implements it).  Since we're not allowed to use
Objective-C++ in base, it
> will be a bit trickier.

That is incorrect. You are thinking of a sorted set. NSOrderedSet is a set which
remembers the order in which elements are inserted, which is completely
different.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]