Skip to content

Fix MSVC 14.1 nightly builds

Michael Kuron requested to merge msvc into master

Failures in https://i10git.cs.fau.de/walberla/walberla/-/pipelines/29022/failures since !373 (merged) and !363 (merged) due to C:\cygwin64\home\build\builds\walberla\walberla\src\boundary/BoundaryHandling.h(2237): error C2059: syntax error: 'for' and walberla\tests\field\FieldTest.cpp:278. We used to have the same problem with 14.2, but @eibl upgraded it to the latest patch release, which fixed these compiler bugs.

Edited by Michael Kuron

Merge request reports