Fixed generation of lambda names in class diagrams (#78)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user