Fixed generation of lambda names in class diagrams (#78)

This commit is contained in:
Bartek Kryza
2023-01-21 23:23:13 +01:00
parent b5cf78ce82
commit 023a4a0cc0
9 changed files with 176 additions and 13 deletions

View File

@@ -162,7 +162,8 @@ template <>
bool starts_with(
const std::filesystem::path &path, const std::filesystem::path &prefix);
template <> bool starts_with(const std::string &s, const std::string &prefix);
template <>
bool starts_with(const std::string &s, const std::string &prefix);
template <typename T> bool ends_with(const T &value, const T &suffix);