6

写如下内容是否合法?如果得到肯定的回答,你会这样做吗?

vector<int> create_vector() { vector<int> v; ... return v;}

for ( auto i : create_vector() ) {
  ...
}
4

0 回答 0