summaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-11-28 07:52:10 +0100
committerHenning Baldersheim <balder@oath.com>2018-11-28 09:30:07 +0100
commitb88e32a2e58febd84a6524552d88e49c9e06e4b0 (patch)
tree565ec7644b430603220e2d0d4dfe730148b61e8b /searchcommon
parent6ea5ec1c12a3e5591892ed25a8d71b089f91b0ec (diff)
Use explicit EntryRef constructor to avoid unintended conversion
Conflicts: searchlib/src/vespa/searchlib/attribute/multienumattribute.hpp
Diffstat (limited to 'searchcommon')
-rw-r--r--searchcommon/src/vespa/searchcommon/common/growstrategy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcommon/src/vespa/searchcommon/common/growstrategy.h b/searchcommon/src/vespa/searchcommon/common/growstrategy.h
index a0431b16d51..f772d9f8e10 100644
--- a/searchcommon/src/vespa/searchcommon/common/growstrategy.h
+++ b/searchcommon/src/vespa/searchcommon/common/growstrategy.h
@@ -2,7 +2,7 @@
#pragma once
-#include <stdint.h>
+#include <cstdint>
namespace search {