https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117285
Bug ID: 117285
Summary: Compilation fails when using template parameter packs
to populate operator overload function arguments
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: cuking998244353 at gmail dot com
Target Milestone: ---
The code at this link: https://godbolt.org/z/TK6xWGE84 compiles correctly in
clang, icc, and icx, but fails in gcc with an error.