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: Fixed compatibility with old gcc versions #1140

Merged
merged 3 commits into from
Jul 17, 2023

Conversation

FlorianReimold
Copy link
Member

@FlorianReimold FlorianReimold commented Jul 17, 2023

This commit compiles with gcc 5.4 dating back to 2016, which should be C++14 capable. but not more.

Fixes #1138

@FlorianReimold FlorianReimold merged commit 5fbf005 into master Jul 17, 2023
13 checks passed
@FlorianReimold FlorianReimold deleted the FlorianReimold-patch-3 branch July 18, 2023 07:54
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.

ecal_core uses C++20 / C++17 std::transform
2 participants