Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Meta: Use -std=c++2b on mac hosts in the GN build
Xcode clang doesn't understand the -std=c++23 spelling yet, and this is what CMake's `set(CMAKE_CXX_STANDARD 23)` translates to too. Unbreaks building with Xcode clang on macOS.
- Loading branch information