mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:30:06 +00:00
Icons std::find_if cannot be vectorized on Intel macOS 13
This commit is contained in:
parent
41a2b989ae
commit
a656a723db
1 changed files with 1 additions and 1 deletions
|
|
@ -740,7 +740,7 @@ bool Icons::RunMousePicking(
|
||||||
|
|
||||||
// For each pickable icon
|
// For each pickable icon
|
||||||
auto it = std::find_if( //
|
auto it = std::find_if( //
|
||||||
std::execution::par_unseq,
|
std::execution::par,
|
||||||
p->currentHoverIcons_.crbegin(),
|
p->currentHoverIcons_.crbegin(),
|
||||||
p->currentHoverIcons_.crend(),
|
p->currentHoverIcons_.crend(),
|
||||||
[&mouseLocalCoords](const auto& icon)
|
[&mouseLocalCoords](const auto& icon)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue