avflyer
avflyer
> I don't think I'll add cmake to the project. What is cmake fixing here that can't be done in our Makefile? Adding cmake is nothing to do with bug...
> Not following exactly - are you saying the current code generates a C3015? yes, in my evironment with MSVC, it did. After this modification, this error disappeared.
> Our Windows CI and all current Windows builds are passing. What version of MSVC are you using? Please run: Cl /Bv. Also, what options are you using with Make?...
> I'm not 100% sure, but I thought putting the declarations in front of the openmp statements would actually totally break this code. Aren't variables from outside the parallel region...