Refactored lambda naming in sequence diagrams

This commit is contained in:
Bartek Kryza
2022-12-04 13:19:44 +01:00
parent f07b35802a
commit b87c6acd44
6 changed files with 98 additions and 32 deletions

View File

@@ -164,6 +164,8 @@ std::string get_source_text(
return get_source_text_raw(printable_range, sm);
}
template <> id_t to_id(const std::string &full_name)
{
return std::hash<std::string>{}(full_name) >> 3;