mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-30 17:40:05 +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)
|
||||
#pragma omp atomic
|
||||
--(info[i].users);
|
||||
info[i].users -= 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user