[PATCH] D34331: func.wrap.func.con: Unset function before destroying anything

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 8 10:44:31 PDT 2017


dexonsmith added a comment.

In https://reviews.llvm.org/D34331#831686, @arphaman wrote:

> Don't you need `// UNSUPPORTED: c++98, c++03` since `std::function` is supported in C++11 only?


The tests in libcxx/test/std/utilities/function.objects/ don't have UNSUPPORTED lines, and I don't see a lit.local.cfg that sets config.unsupported.  What would be different here?


https://reviews.llvm.org/D34331





More information about the cfe-commits mailing list