Fixed clang warnings

This commit is contained in:
emeric
2024-03-14 00:16:03 +01:00
parent 63651de4bb
commit 4c4bef266a
6 changed files with 48 additions and 10 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ namespace lms::core
std::string_view getAsString() const { return _value; }
bool operator<=>(const core::UUID&) const = default;
auto operator<=>(const UUID&) const = default;
private:
UUID(std::string_view value);