Add a newline for slightly improved visual separation
This commit is contained in:
parent
c2b3b7e0a1
commit
cebca81aa9
@ -20,6 +20,7 @@ namespace detail {
|
|||||||
mutable list_type lru;
|
mutable list_type lru;
|
||||||
std::unordered_map<K, list_iterator> map;
|
std::unordered_map<K, list_iterator> map;
|
||||||
optional<std::size_t> max_size;
|
optional<std::size_t> max_size;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
lru_cache() = default;
|
lru_cache() = default;
|
||||||
lru_cache(optional<std::size_t> max_size) : max_size(max_size) {
|
lru_cache(optional<std::size_t> max_size) : max_size(max_size) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user