On 20 June 2014 03:34, robert lytton <[email protected]> wrote: > change to use range loops > (should I be using 'auto &I' or plain 'auto I'?)
Yes: http://llvm.org/docs/CodingStandards.html#beware-unnecessary-copies-with-auto Cheers, Rafael _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
