Re: vector of bools
Re: vector of bools
- Subject: Re: vector of bools
- From: John Stiles <email@hidden>
- Date: Tue, 4 Apr 2006 17:23:29 -0700
There's always Objective-C++, so you can keep using vector<bool>.
(vector<bool> is kind of the red-headed stepchild of STL anyway. I
wouldn't expect it to survive the transition to TR1; it isn't a
"real" vector in some glaring ways.)
On Apr 4, 2006, at 5:19 PM, Boyd Collier wrote:
Does cocoa have anything with the functionality of vector<bool>
from C++? Using an array of BOOLs, as I'm now doing, seems wasteful.
Boyd
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40blizzard.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden