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

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


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





More information about the cfe-commits mailing list