[PATCH] D18217: [libcxx] Fix -Wdeprecated warnings

don hinton via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 19 08:28:24 PDT 2016


Just to clarify, they are deprecated with an explicit dtor's are provided.

On Sat, Mar 19, 2016 at 11:26 AM, don hinton <hintonda at gmail.com> wrote:

> hintonda added a comment.
>
> Implicit copy ctor's and and assignment operators are deprecated in c++11,
> which is why I added them as = default, but you raise a good point.
> Perhaps it would be better to wrap them in #ifdef's.
>
>
> http://reviews.llvm.org/D18217
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160319/619560fb/attachment.html>


More information about the cfe-commits mailing list