diff options
| author | Bin Cao <bin.cao.cn@windriver.com> | 2026-06-03 10:04:29 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-07 18:21:47 -0700 |
| commit | b23409aef2bf4fa265c425ce9037b4a7638fafe0 (patch) | |
| tree | 4469748e917ceaab7391a461d6406c2c1f54cee1 /meta-python/recipes-devtools/python/python3-fastapi | |
| parent | 8aade001c144873283a54d74184617654b5c7a4f (diff) | |
| download | meta-openembedded-b23409aef2bf4fa265c425ce9037b4a7638fafe0.tar.gz | |
nodejs: fix v8 -Wtemplate-body build error with GCC 15 on ia32
GCC 15 introduced -Wtemplate-body (enabled by default as an error) which
performs stricter name lookup checking inside template bodies. In the
Int64LoweringReducer template class (only compiled for 32-bit targets),
the expression `__ Tuple<Word32, Word32>(...)` is ambiguous in a
dependent context because GCC cannot determine whether `Tuple` after
the `__` macro expansion (`Asm().`) refers to a template member function
or the struct type `Tuple`.
Add the C++ `template` disambiguator keyword to tell the compiler that
`Tuple` is a dependent template name. This is a minimal backport of commit
7772a2df9d0b4db9947dbb902b4aec33c35401c0.
Signed-off-by: Bin Cao <bin.cao.cn@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-fastapi')
0 files changed, 0 insertions, 0 deletions
