$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-10-01 18:52:44
Hi Jeremy,
I've been working a little with your hash containers. They should definitely
be fast-track reviewed!
A small problem: std::distance( m.begin(), m.end() ) != m.size() after I have
filled the container (more than 100k elements).
Could it be due to some caching thing?
best regards
Thorsten