Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++20 syntax #2

Open
jpouderoux opened this issue Jul 27, 2018 · 0 comments
Open

C++20 syntax #2

jpouderoux opened this issue Jul 27, 2018 · 0 comments

Comments

@jpouderoux
Copy link

jpouderoux commented Jul 27, 2018

Hi,

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

@jpouderoux jpouderoux changed the title C++20 features C++20 syntax Jul 27, 2018
ekikinzon added a commit that referenced this issue Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant