Skip to content

More c++17 improvements#363

Merged
texus merged 3 commits into
texus:1.xfrom
jjuhl:More-C++17-improvements
May 13, 2026
Merged

More c++17 improvements#363
texus merged 3 commits into
texus:1.xfrom
jjuhl:More-C++17-improvements

Conversation

@jjuhl
Copy link
Copy Markdown
Contributor

@jjuhl jjuhl commented May 13, 2026

No description provided.

jjuhl added 3 commits May 13, 2026 16:24
Take advantage of the fact that in C++17 we can do initialization in
if statements. This is A) shorter. B) reduces the scope of variables
to the body of the if statement.
Take advantage of the fact that in C++17 we can do initialization in
if statements.
This is A) shorter. B) reduces the scope of the variables to the body
of the if statement.
@texus texus merged commit 2b49922 into texus:1.x May 13, 2026
15 checks passed
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

Successfully merging this pull request may close these issues.

2 participants