added words and message
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
TValue getOrAdd(const TKey &name, function<TValue ()> addLambda) {
|
||||
TValue getOrAdd(const TKey &name, std::function<TValue ()> addLambda) {
|
||||
mutex->lock();
|
||||
auto a = map->find(name);
|
||||
if (a == map->end()) {
|
||||
|
||||
Reference in New Issue
Block a user