Subtle MT problem with __gnu_cxx::hash_map

2004-11-19 Thread Paul Dubuc
sing something). Could this be changed in the next release of the library? It might fix or prevent some time bombs out in the field. Thanks, Paul Dubuc

Re: Subtle MT problem with __gnu_cxx::hash_map

2004-11-19 Thread Paul Dubuc
Matt Austern wrote: But operator[] isn't read access. It's defined to be equivalent to a certain form of insert(). Not just insert() but find() too. So it's both read and write access. I think there's enough ambiguity to warrant the simple change I suggested if it's really feasible. -- Pau