mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update others/lru_cache.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
04b2cd7114
commit
63e72c7834
@ -134,6 +134,7 @@ class LRUCache {
|
||||
int getPageFault() const { return pageFault; }
|
||||
};
|
||||
|
||||
} // namespace others
|
||||
} // namespace lru_cache
|
||||
|
||||
namespace lru_tests {
|
||||
|
Loading…
x
Reference in New Issue
Block a user