mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 04:35:57 +08:00
Fixes internal compiler error while compiling with VC2015 Update1 x64.
This commit is contained in:
parent
d2d4c45d55
commit
944647c0aa
@ -149,7 +149,7 @@ static void run(Index rows, Index cols, Index depth,
|
|||||||
{
|
{
|
||||||
for(Index i=0; i<threads; ++i)
|
for(Index i=0; i<threads; ++i)
|
||||||
#pragma omp atomic
|
#pragma omp atomic
|
||||||
--(info[i].users);
|
info[i].users -= 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user