[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 17:58:01 PDT 2016


rsmith added a subscriber: rsmith.
rsmith added a comment.

In http://reviews.llvm.org/D19698#416255, @Eugene.Zelenko wrote:

> It'll be good idea to run Include What You Use <https://github.com/include-what-you-use/include-what-you-use> to make sure that all dependencies are explicit.


You can also remove all the `export *`s from the module map and try running the testsuite with modules enabled for a nasty shock about how common this problem is...


http://reviews.llvm.org/D19698





More information about the cfe-commits mailing list