You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
This is just a mirror of the original repository that we use to maintain a version for our usage in AliceVision.
For any question or request for integration you should address them at the official mailing list [email protected].
Best,
I cannot compile geogram on Windows with vc14 C++ compiler and OpenMP enabled:
Error C3016 'i': index variable in OpenMP 'for' statement must have signed integral type
\src\lib\geogram\basic\process.cpp#235
Looks like unsigned integral types in parallel for loop are only supported starting with OpenMP 3, not OpenMP 2.5 that comes with vc14:
https://stackoverflow.com/questions/2820621/why-arent-unsigned-openmp-index-variables-allowed
The text was updated successfully, but these errors were encountered: