[llvm] r203254 - C++11: Copy pointers with const auto *

Duncan P. N. Exon Smith dexonsmith at apple.com
Fri Mar 7 10:15:53 PST 2014


On Mar 7, 2014, at 9:39 AM, David Blaikie <dblaikie at gmail.com> wrote:

> Drop the "const" here (since it's not necessary - it depends if you
> want a pointer to non-const or a pointer to const - as you
> demonstrate, both being acceptable, below)

Thanks for the review!  Fixed in r203257.



More information about the llvm-commits mailing list