Update README.md
This commit is contained in:
parent
ea416eed20
commit
ffa2f33886
@ -185,7 +185,7 @@ singleton *instance() {
|
||||
lock_guard<mutex> guard(lock_);
|
||||
if (p == nullptr) {
|
||||
singleton *tmp = static_cast<singleton *>(operator new(sizeof(singleton)));
|
||||
new(p)singleton();
|
||||
new(tmp)singleton();
|
||||
p = tmp;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user