On Nov 10, 2004, at 11:14 AM, Gabriel Dos Reis wrote:
FYI. Joris's messages seem to have been blocked...
Please, CC: Joris when replying.
Joris --
It might help if you can provide information about the version of GCC
you're using. You might also want to try
http://gcc.gnu.org/bugzilla/
That w
On Nov 19, 2004, at 12:21 PM, Paul Dubuc wrote:
There's a subtle thread safety problem with hash_map that was found in
our testing recently. It's understood that operator[] is a non-const
method since it can insert an element into a container if one is not
found with the given index.
In our ca