Skip to content

C++20: remove <T> from StreamSettings ctor/dtor #660

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

Merged
merged 2 commits into from
Jun 18, 2025

Conversation

StoneLin0708
Copy link

C++20 forbids using a simple-template-id in constructor/destructor declarators (https://eel.is/c++draft/diff.cpp17.class#2).
Dropping the redundant <T> lets Source/Processors/Settings/DataStream.h compile with -std=c++20+. No functional change.

@anjaldoshi anjaldoshi changed the base branch from main to development June 17, 2025 17:58
@anjaldoshi
Copy link
Member

Looks good! We've verified that merging this won't affect the API, so existing plugins will continue to function properly.

@anjaldoshi anjaldoshi merged commit 6cf395a into open-ephys:development Jun 18, 2025
2 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