summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.2.bb
diff options
context:
space:
mode:
authorBin Cao <bin.cao.cn@windriver.com>2026-06-03 10:04:29 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-07 18:21:47 -0700
commitb23409aef2bf4fa265c425ce9037b4a7638fafe0 (patch)
tree4469748e917ceaab7391a461d6406c2c1f54cee1 /meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.2.bb
parent8aade001c144873283a54d74184617654b5c7a4f (diff)
downloadmeta-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-matplotlib-inline_0.2.2.bb')
0 files changed, 0 insertions, 0 deletions