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

common: add a custom implementation of std::void_t for C++11 backwards compatibility #472

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

andrea-iob
Copy link
Member

Since void_t is the only C++17 feature used in bitpit, this change will allow to keep C++11 compatibility.

@andrea-iob andrea-iob self-assigned this Jun 7, 2024
@andrea-iob andrea-iob force-pushed the common.void_t.backwards.compatibility branch 2 times, most recently from 11dd63d to 4418e36 Compare June 7, 2024 10:48
@andrea-iob andrea-iob force-pushed the common.void_t.backwards.compatibility branch from c41c02d to d9831a5 Compare June 7, 2024 16:16
@andrea-iob andrea-iob changed the base branch from master to 1.11 June 7, 2024 16:16
@andrea-iob
Copy link
Member Author

Backwards compatibility with C++11 and older version of bitpit will be kept only for the incoming v1.11 release. These changes will not be merged into master.

@andrea-iob andrea-iob merged commit 92fe116 into 1.11 Jun 10, 2024
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.

1 participant