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

Fix Assert* not ending with a semicolon #16037

Merged
merged 2 commits into from Sep 25, 2023

Conversation

masterleinad
Copy link
Member

This is the uncontroversial part of #16026.

Comment on lines 1617 to 1620
Assert(false, ExcSingular());
else
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, here the compiler on the serial CI complains that there is an else without an if.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the fixes were done according to the new version that enforces the semicolon. This is one of the shortcomings of the current implementation.

@masterleinad masterleinad force-pushed the fix_assert_semicolon branch 2 times, most recently from 49e8f62 to 94fbb9d Compare September 22, 2023 19:55
@kronbichler kronbichler merged commit edc7d5c into dealii:master Sep 25, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants