Fix OpenMP compile issue under MSVC#5453
Conversation
|
Needs a cast around |
f13adaa to
edf1dc0
Compare
…ave signed integral type
edf1dc0 to
b342bf1
Compare
|
Thx for the hint with The compile issues is not happening on the CI, as there are no tests for |
|
Ah, I see. Thanks for the explanation. |
Fix
error C3016: 'i': index variable in OpenMP 'for' statement must have signed integral typeIssue occurs, as MSVC doesn't support
size_tas OpenMP loop variable (see here).