Fixed t00014

This commit is contained in:
Bartek Kryza
2022-08-24 21:41:57 +02:00
parent 0cd6a9d36e
commit e37d2d6683
4 changed files with 331 additions and 42 deletions

View File

@@ -59,7 +59,7 @@ template <> id_t to_id(const clang::TemplateSpecializationType &t)
template <> id_t to_id(const std::filesystem::path &file)
{
return to_id(file.lexically_normal());
return to_id(file.lexically_normal().string());
}
}