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

script_interface: Fixed build with c++17 #3824

Merged
merged 1 commit into from
Jul 27, 2020
Merged

script_interface: Fixed build with c++17 #3824

merged 1 commit into from
Jul 27, 2020

Conversation

fweik
Copy link
Contributor

@fweik fweik commented Jul 27, 2020

C++17 introduces std::as_const which made some calls to Utils::as_const ambiguous, this fixes this by qualifying the function.

@jngrad jngrad added the automerge Merge with kodiak label Jul 27, 2020
@kodiakhq kodiakhq bot merged commit b61090a into espressomd:python Jul 27, 2020
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