首页
话题
动态
专家
文章
作者
公告
更多
积分规则
登录 或 注册
首页
话题
动态
专家
文章
作者
公告
积分规则
发表新帖
发表新帖
It seems the current standard cannot interpret why two structured binding declaration conflict with each other
后端
未结
关注
0
799
别那么骄傲
2021-01-15 10:07
struct A{ int a; }; struct B{ int b; }; auto&& [x] = A{}; //#1 auto&& [x] = B{}; //#2 int main(){ }
相关标签:
回答
消灭零回复
验证码
看不清?
提交回复
热议问题