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: standardize on C++14 #2068

Merged
merged 1 commit into from
Aug 12, 2022

Conversation

armcknight
Copy link
Member

This gave me an issue when I was adding benchmarking to iOS-Swift, as that contained C++ code. Unfortunately I don't remember the problem anymore, I worked around it.

In any case, we should standardize on the version used to build the framework, as that'll help avoid weird issues going forward if any experimentation is done in a sample app or test target. We can always change this if there is a good reason to in a particular target in the future.

#skip-changelog

Copy link
Contributor

@brustolin brustolin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@brustolin brustolin merged commit 79971fe into master Aug 12, 2022
@brustolin brustolin deleted the armcknight/standardize-c++-compiler-version branch August 12, 2022 06:43
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