Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0fa955e615eb7e8f5f14c86e30800e1ec4de9eee
https://github.com/WebKit/WebKit/commit/0fa955e615eb7e8f5f14c86e30800e1ec4de9eee
Author: Alex Christensen <[email protected]>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M Source/WTF/wtf/PlatformHave.h
M Source/WTF/wtf/Span.h
M Source/cmake/OptionsCommon.cmake
M Source/cmake/OptionsPlayStation.cmake
M Source/cmake/WebKitCompilerFlags.cmake
Log Message:
-----------
Begin transition from WTF::Span to std::span
https://bugs.webkit.org/show_bug.cgi?id=237178
rdar://89792762
Reviewed by Don Olmstead.
GCC 10 is the minimum supported GCC, and it has std::span, so remove the
non-std::span support.
* Source/WTF/wtf/PlatformHave.h:
* Source/WTF/wtf/Span.h:
(std::is_convertible_v<std::remove_pointer_t<decltype): Deleted.
(makeSpan): Deleted.
* Source/cmake/OptionsCommon.cmake:
* Source/cmake/OptionsPlayStation.cmake:
* Source/cmake/WebKitCompilerFlags.cmake:
Canonical link: https://commits.webkit.org/263998@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes