rt
我在 for 循环中使用 structed binding 时,有一个变量命名为 y1,即使在 Linux 环境下也没有引起 CE。
for
structed binding
y1
这是不是和 C++ 优先使用作用域小的同名标识符有关?