summaryrefslogtreecommitdiffstats
path: root/src/common/LRUSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/LRUSet.h')
-rw-r--r--src/common/LRUSet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/LRUSet.h b/src/common/LRUSet.h
index b62956ba460..c8c66e85458 100644
--- a/src/common/LRUSet.h
+++ b/src/common/LRUSet.h
@@ -43,6 +43,7 @@ class LRUSet {
// lru
boost::intrusive::list<
Node,
+ boost::intrusive::constant_time_size<false>,
boost::intrusive::member_hook<Node,
boost::intrusive::list_member_hook<>,
&Node::lru_item>