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. _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
