Emscripten is coupled with clang version, according to clang docs C++17 starts from Clang 5.0, while we are using Clang 14.0.6 so should be safe.
Depends on D8487
Differential D8488
[nix] Enable C++17 support for Emscripten kamil on Jul 12 2023, 6:18 AM. Authored by Tags None Referenced Files
Subscribers
Details
Emscripten is coupled with clang version, according to clang docs C++17 starts from Clang 5.0, while we are using Clang 14.0.6 so should be safe. Depends on D8487 Run script
Diff Detail
Event Timeline
Comment Actions Are we already explicitly using c++17 in native (not c++14 with extensions for 17)? If not it would be good to use it. |