chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.09k stars 450 forks source link

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

Open magreenblatt opened 7 months ago

magreenblatt commented 7 months ago

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: