RE: [PATCH] D19622: [libc++] Implement the member functions of a local struct.

2016-04-29 Thread Stephan T. Lavavej via cfe-commits
[Sebastian Redl] > I rail against this warning here: > http://stackoverflow.com/questions/18979503/why-locally-defined-struct-in-function-need-assignment-operator-copy-construct/18979812#18979812 > It's not just that the warning is silly, it's also a level 1 warning, which > is extra-silly.

Re: [PATCH] D19622: [libc++] Implement the member functions of a local struct.

2016-04-29 Thread Sebastian Redl via cfe-commits
On 28.04.2016 04:25, Eric Fiselier via cfe-commits wrote: EricWF closed this revision. EricWF added a comment. r267843. This warning seems a bit silly though. And here I thought this warning was gone after VS 2008, given that its dedicated warning page was removed. But it's apparently

Re: [PATCH] D19622: [libc++] Implement the member functions of a local struct.

2016-04-27 Thread Eric Fiselier via cfe-commits
EricWF closed this revision. EricWF added a comment. r267843. This warning seems a bit silly though. http://reviews.llvm.org/D19622 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits