From c51d8581172cff5f670fd6f9af7d796e0b1fa0d0 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Thu, 10 Aug 2017 21:25:53 +0200 Subject: Eliminate compiler error triggered by newer boost (1.63) or newer gcc (7.1). --- storage/src/vespa/storage/bucketdb/distribution_hash_normalizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, capacity) - (::Children, children) + (Children, children) ) BOOST_FUSION_ADAPT_STRUCT( -- cgit v1.2.3