Closed psavery closed 6 years ago
It appears that spglib was performing pointer arithmetic on a void pointer in 1.10.3. This is allowed in GCC, but not in MSVC. Spglib appears to have fixed this in 1.10.4.
I did not actually test this on windows to see if it works. My windows laptop is at home. It works on linux at least.
I saw some of our AppVeyor runs pass after this PR got merged, so I think it fixed it!
It appears that spglib was performing pointer arithmetic on a void pointer in 1.10.3. This is allowed in GCC, but not in MSVC. Spglib appears to have fixed this in 1.10.4.