We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753d0d3 commit b4e71c3Copy full SHA for b4e71c3
libkineto/include/ClientTraceActivity.h
@@ -64,7 +64,7 @@ struct ClientTraceActivity : TraceActivity {
64
metadata_.push_back(std::move(kv));
65
}
66
67
- [[nodiscard]] const std::string getMetadata() const {
+ const std::string getMetadata() const {
68
return fmt::format("{}", fmt::join(metadata_, ", "));
69
70
0 commit comments