
14 Feb
2008
14 Feb
'08
5:59 p.m.
Phil Endecott wrote:
Further investigation with other workloads suggests that this bitset really works very well, and I note that it would be possible to write a specialisation of std::set<char> using it. This is probably worth pursuing.
You can't specialize std::set<char> this way. It loses ordering. Sebastian Redl