Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: eeac1b10ea5513bdc04156f24c813dc32ee06d51
https://github.com/WebKit/WebKit/commit/eeac1b10ea5513bdc04156f24c813dc32ee06d51
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M Source/WebCore/PAL/Configurations/PAL.xcconfig
Log Message:
-----------
PALSwift module should build against C++23
https://bugs.webkit.org/show_bug.cgi?id=296661
rdar://157058317
Reviewed by Richard Robinson.
The project has been building against C++23 for well over a year now
(c.f. 280217@main). There is no reason for PALSwift's swift-frontend
invocation to forward -std=c++20 to clang. This patch bumps it up to
-std=c++2b.
This is a prerequisite to using C++23 features in WTF headers included
by PALSwift.
* Source/WebCore/PAL/Configurations/PAL.xcconfig:
Canonical link: https://commits.webkit.org/298024@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes