mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00: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
|
||||
{
|
||||
return narrow<u32>(std::size(container), line, col, file, func);
|
||||
return narrow<u32>(container.size(), line, col, file, func);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue