Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ahadnagy committed Jul 22, 2022
1 parent 523fa2a commit 081698e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ class OwnedAttributeValueVisitor

#endif

inline 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 081698e

Please sign in to comment.