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

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 19 15:27:04 PDT 2016


mclow.lists added a comment.

> Okay, but should I fix the 146 cases of " = default;" that were already there?


If there are `= default` in code that can be used from C++03, then they ought to be fixed.
Note that many of the ones that turn up in a text search are in the synopsis - not in the code.


http://reviews.llvm.org/D18217





More information about the cfe-commits mailing list