An issue about the example following [conv.lval#2.2]

前端 未结 0 494
遥遥无期
遥遥无期 2020-12-14 12:22

The example is:

struct S { int n; };
auto f() {
S x { 1 };
constexpr S y { 2 };
return [&](bool b) { return (b ? y         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题