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

Allow C++20 features in CEF binary distribution code #3611

Open
magreenblatt opened this issue Nov 28, 2023 · 0 comments
Open

Allow C++20 features in CEF binary distribution code #3611

magreenblatt opened this issue Nov 28, 2023 · 0 comments
Labels
Distribution Related to binary distribution enhancement Enhancement request

Comments

@magreenblatt
Copy link
Collaborator

Issue #3362 added support for C++17 features and changed the build configuration on Mac/Linux to -std=c++17. We should now consider support for C++20 (-std=c++20) which was recently allowed for use in Chromium code.

Current minimum supported compiler versions for C++17 are:

Proposed minimum supported compiler versions for C++20 are:

  • Visual Studio 2019 16.9.3 [unchanged]
  • GCC 9 (Ubuntu 20.04) [may require newer]
  • Clang 15 (Xcode 15.0) [may allow older]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Distribution Related to binary distribution enhancement Enhancement request
Projects
None yet
Development

No branches or pull requests

1 participant