Entries from 2009-07-15 to 1 day

STL のコンテナとか std::string の thread safety

SGI STL のマニュアルには、 The SGI implementation of STL is thread-safe only in the sense that simultaneous accesses to distinct containers are safe, and simultaneous read accesses to to shared containers are safe. If multiple threads acce…