[webkit-changes] [WebKit/WebKit] c8fd17: [Skia] Do not force C++17 standard
Claudio Saavedra
noreply at github.com
Sun Apr 14 13:43:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c8fd178546fa83c6898f1828f05b00d8d8f13f48
https://github.com/WebKit/WebKit/commit/c8fd178546fa83c6898f1828f05b00d8d8f13f48
Author: Claudio Saavedra <csaavedra at igalia.com>
Date: 2024-04-14 (Sun, 14 Apr 2024)
Changed paths:
M Source/ThirdParty/skia/CMakeLists.txt
Log Message:
-----------
[Skia] Do not force C++17 standard
https://bugs.webkit.org/show_bug.cgi?id=272650
Reviewed by Chris Dumez.
Building with C++17 is causing issues during the adoption
of std::span in WebKit, let's not force it and let Skia
build with C++20 and fix build issues as they come for now.
* Source/ThirdParty/skia/CMakeLists.txt:
Canonical link: https://commits.webkit.org/277471@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list