We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b08db2 commit f732872Copy full SHA for f732872
examples/http/tracer_common.h
@@ -26,7 +26,7 @@ template <typename T>
26
class HttpTextMapCarrier : public opentelemetry::context::propagation::TextMapCarrier
27
{
28
public:
29
- HttpTextMapCarrier<T>(T &headers) : headers_(headers) {}
+ HttpTextMapCarrier(T &headers) : headers_(headers) {}
30
HttpTextMapCarrier() = default;
31
virtual opentelemetry::nostd::string_view Get(
32
opentelemetry::nostd::string_view key) const noexcept override
0 commit comments