[c++1z] Implement N3994: a range-based for loop can declare a variable with super-terse notation
for (x : range) { ... } which is equivalent to for (auto &&x : range) { ... } llvm-svn: 211267
Loading
Please sign in to comment
for (x : range) { ... } which is equivalent to for (auto &&x : range) { ... } llvm-svn: 211267