Skip to content
This repository was archived by the owner on Mar 2, 2024. It is now read-only.

Conversation

@denchat
Copy link

@denchat denchat commented Oct 19, 2020

-Wextra triggers -Wmissing-field-initializers that complains the rest of fields missing.
This also could better be resolved with the designated initialization feature of c++20.
Perhaps __cplusplus >= 202010L ?

`-Wextra` triggers `-Wmissing-field-initializers` that complains the rest of fields missing.
This also could better be resolved with the designated initialization feature of c++20.
Perhaps __cplusplus >= 202010L ?
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant