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 icx CI run #1690

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Fix icx CI run #1690

merged 1 commit into from
Oct 29, 2024

Conversation

franzpoeschel
Copy link
Contributor

Seen in the CI of #1551 and #1689:

/home/runner/work/openPMD-api/openPMD-api/include/openPMD/backend/Container.hpp:262:32: error: no member named 'm_container' in 'Container<T, T_key, T_container>'
  262 |         container().swap(other.m_container);
      |                          ~~~~~ ^

Adding to 0.16.1 milestone since the bug will occur there, too.

Error was:
 /home/runner/work/openPMD-api/openPMD-api/include/openPMD/backend/Container.hpp:262:32:
error: no member named 'm_container' in 'Container<T, T_key,
T_container>'
  262 |         container().swap(other.m_container);
@franzpoeschel franzpoeschel enabled auto-merge (squash) October 28, 2024 14:19
@franzpoeschel franzpoeschel merged commit 7abdd7c into openPMD:dev Oct 29, 2024
31 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.

1 participant