You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
The text was updated successfully, but these errors were encountered: