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

Declare C++14 as required for building #509

Merged
merged 2 commits into from
Jul 7, 2023

Conversation

uilianries
Copy link
Contributor

The EASTL uses C++11 and C++14 features like static_assert and constexpr, however, there is no assigned standard in CMakeLists.txt, which breaks older compiler like GCC 5. Plus, it provides an non predictable scenario, as may depend on the standard supported by the compiler.

It would be much safer by adding the minimal C++ standard required to build EASTL, so people can reproduce their scenario when building EASTL.

Signed-off-by: Uilian Ries <uilianries@gmail.com>
@grojo-ea
Copy link
Contributor

grojo-ea commented Jul 5, 2023

Hello,

This looks good to me.

I noticed we don't have a CLA for you, would you mind filling out the form? Then we can merge this when the conflicts are resolved.

Thanks

@uilianries
Copy link
Contributor Author

@grojo-ea It's done, the CLA is signed and conflicts are solved. Thank you.

@grojo-ea
Copy link
Contributor

grojo-ea commented Jul 7, 2023

Thanks!

@grojo-ea grojo-ea merged commit 61c6a01 into electronicarts:master Jul 7, 2023
22 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.

None yet

2 participants