diff --git a/include/lightstep/tracer.h b/include/lightstep/tracer.h index f926bee0..686b6e84 100644 --- a/include/lightstep/tracer.h +++ b/include/lightstep/tracer.h @@ -157,7 +157,9 @@ class LightStepTracer : public opentracing::Tracer { opentracing::expected> MakeSpanContext(uint64_t trace_id, uint64_t span_id, std::unordered_map&& baggage) const - noexcept; + noexcept { + return this->MakeSpanContext(trace_id, span_id, true, std::move(baggage)); + } opentracing::expected> MakeSpanContext(uint64_t trace_id, uint64_t span_id, bool sampled,