C++ STL vector<bool> et. al.

Jerry Feldman gaf at blu.org
Thu Dec 14 15:48:56 EST 2006


In the code I'm hacking they have a home grown boolean array. One example 
is that it has a boolean array of business days, holidays and a few 
others. Rather than use the existing class I am somewhat leaning toward 
replacing the boolean array class with either std::vector<bool> or std::bitset. 
Note that the original code I am porting contained its own string, array, 
map and set classes, which I am replacing with either the STL or RogueWave 
analogs to the STL. (What I'm doing is writing part of a new product, but 
I need to preserve many of the classes.)

-- 
Jerry Feldman <gaf at blu.org>
Associate Director
Boston Linux and Unix
http://www.blu.org


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the Discuss mailing list