summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/btree/btree_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/btree/btree_test.cpp')
-rw-r--r--vespalib/src/tests/btree/btree_test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/vespalib/src/tests/btree/btree_test.cpp b/vespalib/src/tests/btree/btree_test.cpp
index 5b4c25cb870..b71aca92cd6 100644
--- a/vespalib/src/tests/btree/btree_test.cpp
+++ b/vespalib/src/tests/btree/btree_test.cpp
@@ -519,10 +519,10 @@ Test::requireThatNodeSplitInsertWorks()
struct BTreeStealTraits
{
- static const size_t LEAF_SLOTS = 6;
- static const size_t INTERNAL_SLOTS = 6;
- static const size_t PATH_SIZE = 20;
- static const bool BINARY_SEEK = true;
+ static constexpr size_t LEAF_SLOTS = 6;
+ static constexpr size_t INTERNAL_SLOTS = 6;
+ static constexpr size_t PATH_SIZE = 20;
+ static constexpr bool BINARY_SEEK = true;
};
void