Bug 234501

Summary: [Win] MSVC reports "COMVariantSetter.h(133): error C2760: syntax error: unexpected token 'identifier', expected ';'" with /std:c++20
Product: WebKit Reporter: Fujii Hironori <Hironori.Fujii>
Component: WebKit Misc.Assignee: Fujii Hironori <Hironori.Fujii>
Status: RESOLVED FIXED    
Severity: Normal CC: don.olmstead, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 233448    
Attachments:
Description Flags
Patch none

Description Fujii Hironori 2021-12-19 20:41:48 PST
[Win] MSVC reports "COMVariantSetter.h(133): error C2760: syntax error: unexpected token 'identifier', expected ';'" with /std:c++20

> Source\WebKitLegacy\win\COMVariantSetter.h(133): error C2760: syntax error: unexpected token 'identifier', expected ';'
> Source\WebKitLegacy\win\COMVariantSetter.h(140): note: see reference to class template instantiation 'COMVariantSetter<WTF::Vector<T,0,WTF::CrashOnOverflow,16,WTF::VectorMalloc>>' being compiled
Comment 1 Fujii Hironori 2021-12-19 20:46:40 PST
Created attachment 447577 [details]
Patch
Comment 2 Fujii Hironori 2021-12-20 11:58:44 PST
Comment on attachment 447577 [details]
Patch

Clearing flags on attachment: 447577

Committed r287269 (245425@trunk): <https://commits.webkit.org/245425@trunk>
Comment 3 Fujii Hironori 2021-12-20 11:58:48 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2021-12-20 11:59:17 PST
<rdar://problem/86734480>