Merge commit 'e3cd379bb4bf7061a9e89a75b2ee5e36261e4a9a'
This commit is contained in:
@ -43,7 +43,7 @@ static constexpr auto buildTypeId(
|
|||||||
for (const auto &p : typeParams) {
|
for (const auto &p : typeParams) {
|
||||||
tp += p + ",";
|
tp += p + ",";
|
||||||
}
|
}
|
||||||
tp.resize(tp.len());
|
tp.resize(tp.len() - 1);
|
||||||
tp += "#";
|
tp += "#";
|
||||||
}
|
}
|
||||||
return ox::sfmt("{}{};{}", name, tp, version);
|
return ox::sfmt("{}{};{}", name, tp, version);
|
||||||
|
Reference in New Issue
Block a user