Skip to content

Commit d0f63f9

Browse files
committed
fixup! missing noexcept specifier
1 parent e104cf1 commit d0f63f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zipkin_opentracing/src/opentracing.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class OtSpan : public ot::Span {
263263
return span_context_.baggageItem(restricted_key);
264264
}
265265

266-
void Log(std::initializer_list<std::pair<string_view, Value>> fields) override {
266+
void Log(std::initializer_list<std::pair<string_view, Value>> fields) noexcept override {
267267
log_records_.push_back({ SystemClock::now(), { fields.begin(), fields.end() } });
268268
}
269269

0 commit comments

Comments
 (0)