mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
workaround Clang 18.1 crash
This commit is contained in:
parent
59410b9d62
commit
ac034040ce
1 changed files with 1 additions and 1 deletions
|
@ -1057,7 +1057,7 @@ template <typename CT> requires requires (const CT& x) { std::size(x); }
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return narrow<u32>(std::size(container), line, col, file, func);
|
return narrow<u32>(container.size(), line, col, file, func);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue