1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-10-05 14:16:33 +00:00

Switch to = default.

This commit is contained in:
Thomas Harte
2024-02-16 21:47:23 -05:00
parent a758112084
commit bc5727af14
67 changed files with 52 additions and 89 deletions

View File

@@ -37,7 +37,7 @@ struct Struct {
return const_cast<Struct *>(this)->get(name);
}
virtual std::vector<std::string> values_for(const std::string &name) const = 0;
virtual ~Struct() {}
virtual ~Struct() = default;
/*!
@returns A string describing this struct. This string has no guaranteed layout, may not be