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.
2 parents 8255337 + 32f9aba commit cfef9d7Copy full SHA for cfef9d7
libkineto/include/Config.h
@@ -26,6 +26,7 @@ class Config : public AbstractConfig {
26
Config& operator=(const Config&) = delete;
27
Config(Config&&) = delete;
28
Config& operator=(Config&&) = delete;
29
+ ~Config() override = default;
30
31
// Return a full copy including feature config object
32
std::unique_ptr<Config> clone() const {
0 commit comments