[PATCH] D18217: [libcxx] Fix -Wdeprecated warnings
Marshall Clow via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 19 15:28:00 PDT 2016
mclow.lists added a comment.
One idea is to do this in two steps - do the `throw()` stuff in one patch, and the defaulted fns in a second one.
http://reviews.llvm.org/D18217
More information about the cfe-commits
mailing list