aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-08-10 22:30:42 +0200
committerGitHub <noreply@github.com>2017-08-10 22:30:42 +0200
commitc10d775aaeca229be4feacd8dbbd05780b0c3ea3 (patch)
treef52a2f61259501aa0324d8dd2d141545c1df0727
parent4955923398ef29edfd62d3cc0f0ecb44b05c3d0b (diff)
parentc51d8581172cff5f670fd6f9af7d796e0b1fa0d0 (diff)
Merge pull request #3074 from vespa-engine/toregge/remove-compiler-error-with-new-boost-and-gcc-version
Eliminate compiler error triggered by newer boost (1.63) or newer gcc (7.1).
-rw-r--r--storage/src/vespa/storage/bucketdb/distribution_hash_normalizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/bucketdb/distribution_hash_normalizer.cpp b/storage/src/vespa/storage/bucketdb/distribution_hash_normalizer.cpp
index 1a4a4845c30..1e6825555b2 100644
--- a/storage/src/vespa/storage/bucketdb/distribution_hash_normalizer.cpp
+++ b/storage/src/vespa/storage/bucketdb/distribution_hash_normalizer.cpp
@@ -51,7 +51,7 @@ BOOST_FUSION_ADAPT_STRUCT(
::Group,
(uint16_t, index)
(boost::optional<double>, capacity)
- (::Children, children)
+ (Children, children)
)
BOOST_FUSION_ADAPT_STRUCT(