Renato Golin
2014-Mar-02 18:19 UTC
[LLVMdev] [RFC] C++11: beware unnecessary copies with auto
On 3 March 2014 01:48, Tobias Grosser <tobias at grosser.es> wrote:> I am not a C++11 expert, but I must say I was very glad for the hint Duncan > gave me. If there are no technical concerns, I am very much in favor of this > addition.+1 --renato
Aaron Ballman
2014-Mar-02 18:21 UTC
[LLVMdev] [RFC] C++11: beware unnecessary copies with auto
+1, and I agree with Tobias -- it's a good reminder. :-) ~Aaron On Sun, Mar 2, 2014 at 1:19 PM, Renato Golin <renato.golin at linaro.org> wrote:> On 3 March 2014 01:48, Tobias Grosser <tobias at grosser.es> wrote: >> I am not a C++11 expert, but I must say I was very glad for the hint Duncan >> gave me. If there are no technical concerns, I am very much in favor of this >> addition. > > +1 > > --renato > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Duncan P. N. Exon Smith
2014-Mar-03 16:55 UTC
[LLVMdev] [RFC] C++11: beware unnecessary copies with auto
Committed in r202729. On 2014 Mar 2, at 10:21, Aaron Ballman <aaron at aaronballman.com> wrote:> +1, and I agree with Tobias -- it's a good reminder. :-) > > ~Aaron > > On Sun, Mar 2, 2014 at 1:19 PM, Renato Golin <renato.golin at linaro.org> wrote: >> On 3 March 2014 01:48, Tobias Grosser <tobias at grosser.es> wrote: >>> I am not a C++11 expert, but I must say I was very glad for the hint Duncan >>> gave me. If there are no technical concerns, I am very much in favor of this >>> addition. >> >> +1 >> >> --renato >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev