We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5c856 commit 514af95Copy full SHA for 514af95
NineChess/src/MemoryPool.tcc
@@ -64,7 +64,7 @@ noexcept
64
memoryPool.currentBlock_ = nullptr;
65
currentSlot_ = memoryPool.currentSlot_;
66
lastSlot_ = memoryPool.lastSlot_;
67
- freeSlots_ = memoryPool.freeSlots;
+ freeSlots_ = memoryPool.freeSlots_;
68
}
69
70
@@ -87,7 +87,7 @@ noexcept
87
std::swap(currentBlock_, memoryPool.currentBlock_);
88
89
90
91
92
return *this;
93
0 commit comments