$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2008-02-14 12:59:14
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