summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/btree/btreeaggregation_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/btree/btreeaggregation_test.cpp')
-rw-r--r--vespalib/src/tests/btree/btreeaggregation_test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/vespalib/src/tests/btree/btreeaggregation_test.cpp b/vespalib/src/tests/btree/btreeaggregation_test.cpp
index 67f5eda4b59..9ce57dbaf1d 100644
--- a/vespalib/src/tests/btree/btreeaggregation_test.cpp
+++ b/vespalib/src/tests/btree/btreeaggregation_test.cpp
@@ -598,10 +598,10 @@ Test::requireThatTreeInsertWorks()
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