[PATCH] D34331: func.wrap.func.con: Unset function before destroying anything
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 4 03:53:34 PDT 2017
arphaman added a comment.
Don't you need `// UNSUPPORTED: c++98, c++03` since `std::function` is supported in C++11 only?
https://reviews.llvm.org/D34331
More information about the cfe-commits
mailing list