[PATCH] D19698: [libcxx] [test] Need to include <memory> for std::unique_ptr.
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 28 18:15:01 PDT 2016
rsmith added a comment.
In http://reviews.llvm.org/D19698#416309, @EricWF wrote:
> Most tests pretty much rely on <type_traits> getting dragged in indirectly, same thing with <memory> and the bits of <utility> we actually define in <type_traits>.
There are also a few symbols that libc++ defines in the wrong header and then #includes into the right one. Any automated fix is going to mess up on those.
http://reviews.llvm.org/D19698
More information about the cfe-commits
mailing list