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

discussion: the minimal C++ compiler support #25

Open
neverchanje opened this issue Oct 27, 2023 · 1 comment
Open

discussion: the minimal C++ compiler support #25

neverchanje opened this issue Oct 27, 2023 · 1 comment

Comments

@neverchanje
Copy link
Contributor

neverchanje commented Oct 27, 2023

As of today, I believe there is no reason to use compiler <= C++17. We can use C++20 features if necessary.

Once we determined the minimum required C++ version, we need to document it in somewhere, e.g, #26.

@neverchanje neverchanje changed the title discussion: the least C++ compiler support discussion: the minimal C++ compiler support Oct 27, 2023
@pigpigyyy
Copy link
Member

The updating for minimal C++ compiler standard requires testing on all building platforms and tool-chains. There are GCC on Linux, Clang on macOS and iOS and Android NDK(modified version of GCC and Clang) to be tested for newer C++ standard feature support.

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

No branches or pull requests

2 participants