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
XMOF2D does not compile with MSVC 2017 because of the initialization of the structure xmof2d_tol in single_mcc_wrapper.cpp:18: structure is declared using the aggregate initialization syntax of C++20 (https://en.cppreference.com/w/cpp/language/aggregate_initialization).
On the other side, the README file says that XMOF2D only requires a C++11 compiler.
Cheers,
Joachim
The text was updated successfully, but these errors were encountered:
Hi,
XMOF2D does not compile with MSVC 2017 because of the initialization of the structure
xmof2d_tol
insingle_mcc_wrapper.cpp:18
: structure is declared using the aggregate initialization syntax of C++20 (https://en.cppreference.com/w/cpp/language/aggregate_initialization).On the other side, the README file says that XMOF2D only requires a C++11 compiler.
Cheers,
Joachim
The text was updated successfully, but these errors were encountered: