$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2008-02-14 14:45:48
Martin Bonner wrote:
> Why does it lose ordering? If I add 'b' and 'a' and then iterate over
> the set, I would expect the specialization to return 'a' and then 'b'
> (because it would find the bit corresponding to 'a' set before the bit
> corresponding to 'b').
>
Ah, never mind. My brain was scrambled.