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

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 9 04:19:23 PDT 2017


arphaman added a comment.

Ah, I got it. There's a `__functional_03` header that seems to implement `function` for C++03 because of manual variadic template expansions.
You have to update the operators in the header as well.


https://reviews.llvm.org/D34331





More information about the cfe-commits mailing list