mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-10 22:15:57 +08:00
Update others/lru_cache.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -134,6 +134,7 @@ class LRUCache {
|
||||
int getPageFault() const { return pageFault; }
|
||||
};
|
||||
|
||||
} // namespace others
|
||||
} // namespace lru_cache
|
||||
|
||||
namespace lru_tests {
|
||||
|
||||
Reference in New Issue
Block a user