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

Core maintenance #4606

Merged
merged 4 commits into from
Nov 18, 2022
Merged

Core maintenance #4606

merged 4 commits into from
Nov 18, 2022

Conversation

jngrad
Copy link
Member

@jngrad jngrad commented Nov 15, 2022

Description of changes:

  • fix multiple compiler diagnostics

Fix ODR violation. Remove unused variables and implicit casts.
boost::static_visitor is not an aggregate type and has a protected
default constructor. Instantiating derived classes as aggregate types
leads to a compiler error on C++20.
@jngrad jngrad marked this pull request as ready for review November 15, 2022 08:49
@jngrad jngrad requested a review from reinaual November 15, 2022 08:49
@jngrad jngrad added the automerge Merge with kodiak label Nov 18, 2022
@kodiakhq kodiakhq bot merged commit ff8a010 into espressomd:python Nov 18, 2022
@jngrad jngrad deleted the core_maintenance branch November 18, 2022 13:06
@jngrad jngrad added this to the Espresso 4.2.1 milestone Nov 21, 2022
jngrad pushed a commit to jngrad/espresso that referenced this pull request Nov 30, 2022
Description of changes:
- fix multiple compiler diagnostics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants