Bug 239881

Summary: [GCC] std::remove_cvref is undefined in GCC8.4
Product: WebKit Reporter: Diego Pino <dpino>
Component: New BugsAssignee: Diego Pino <dpino>
Status: RESOLVED FIXED    
Severity: Normal CC: annulen, benjamin, cdumez, cmarcelo, ews-watchlist, gyuyoung.kim, pnormand, ryuan.choi, sergio, webkit-bug-importer, zdobersek
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=239805
Bug Depends on:    
Bug Blocks: 239899    
Attachments:
Description Flags
Patch
ews-feeder: commit-queue-
Patch none

Description Diego Pino 2022-04-28 18:44:04 PDT
[GCC] std::remove_cvref is undefined in GCC8.4
Comment 1 Diego Pino 2022-04-28 19:01:32 PDT
Created attachment 458563 [details]
Patch
Comment 2 Diego Pino 2022-04-28 20:27:55 PDT
Created attachment 458565 [details]
Patch
Comment 3 EWS 2022-04-29 00:51:36 PDT
Committed r293608 (250114@main): <https://commits.webkit.org/250114@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 458565 [details].
Comment 4 Radar WebKit Bug Importer 2022-04-29 00:52:13 PDT
<rdar://problem/92511498>
Comment 5 Philippe Normand 2022-04-29 01:35:52 PDT
Broke clang builds?

In file included from /app/webkit/Source/WTF/wtf/FunctionDispatcher.cpp:26:
In file included from /app/webkit/Source/WTF/config.h:31:
In file included from /app/webkit/Source/WTF/wtf/FastMalloc.h:26:
/app/webkit/Source/WTF/wtf/StdLibExtras.h:612:8: error: redefinition of 'remove_cvref'
struct remove_cvref {
       ^
/usr/lib/gcc/x86_64-unknown-linux-gnu/11.2.0/../../../../include/c++/11.2.0/type_traits:3225:12: note: previous definition is here
    struct remove_cvref
           ^
1 error generated.