[webkit-dev] Using C++20 in WebKit
Fujii Hironori
fujii.hironori at gmail.com
Tue Dec 7 12:29:10 PST 2021
On Tue, Dec 7, 2021 at 8:07 AM Alex Christensen via webkit-dev <
webkit-dev at lists.webkit.org> wrote:
> I’m also excited about using coroutines in WebKit. If there is already a
> GCC requirement for using a compiler that supports C++20, is there a reason
> not to switch from C++17 to C++20 later in 2021?
>
>
Will you change WebKit's GCC version policy?
If so, what will be the minimum supported versions of GCC, Clang and MSVC?
According to the Clang C++ conformance page, it doesn't fully support
Coroutines yet.
Do you know which Clang version has started to support it partially?
Which part of Coroutines is supported by the version of Clang?
WebKitGTK/GCCRequirement – WebKit
https://trac.webkit.org/wiki/WebKitGTK/GCCRequirement
Clang - C++ Programming Language Status
https://clang.llvm.org/cxx_status.html
C++ Standards Support in GCC - GNU Project
https://gcc.gnu.org/projects/cxx-status.html
Microsoft C/C++ language conformance | Microsoft Docs
https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20211208/62ca182b/attachment.htm>
More information about the webkit-dev
mailing list