Skip to content

Commit

Permalink
Inline print_value() in ostream exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
ahadnagy committed Jul 22, 2022
1 parent a77ec80 commit 523fa2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class OwnedAttributeValueVisitor

#endif

void print_value(const opentelemetry::sdk::common::OwnedAttributeValue &value, std::ostream &sout)
inline void print_value(const opentelemetry::sdk::common::OwnedAttributeValue &value, std::ostream &sout)
{
#if __cplusplus < 201402L
opentelemetry::nostd::visit(OwnedAttributeValueVisitor(sout), value);
Expand Down

0 comments on commit 523fa2a

Please sign in to comment.