Fixed clang-tidy warnings

This commit is contained in:
Bartek Kryza
2023-06-09 01:07:49 +02:00
parent 7e416ffa97
commit 0a4e2c8855
3 changed files with 38 additions and 30 deletions

View File

@@ -22,6 +22,6 @@ namespace clanguml::common {
std::string to_string(const std::string &s) { return s; }
std::string to_string(string_or_regex sr) { return sr.to_string(); }
std::string to_string(const string_or_regex &sr) { return sr.to_string(); }
};