summaryrefslogtreecommitdiffstats
path: root/slobrok
diff options
context:
space:
mode:
Diffstat (limited to 'slobrok')
-rw-r--r--slobrok/src/vespa/slobrok/server/union_service_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slobrok/src/vespa/slobrok/server/union_service_map.h b/slobrok/src/vespa/slobrok/server/union_service_map.h
index f5e628a58bc..0944cb43557 100644
--- a/slobrok/src/vespa/slobrok/server/union_service_map.h
+++ b/slobrok/src/vespa/slobrok/server/union_service_map.h
@@ -21,7 +21,7 @@ private:
vespalib::string spec;
size_t count;
CountedSpec(const vespalib::string &spec_in,
- size_t count_in)
+ size_t count_in) noexcept
: spec(spec_in),
count(count_in)
{