@ -42,7 +42,8 @@ struct PT
{
}
std::mutex mutex;
int x;
//std::mutex mutex;
};
typedef boost::unordered::concurrent_flat_map<std::string,PT> PTMap;;