[PATCH] D48349: [ADT] Add llvm::unique_function which is like std::function but supporting move-only closures.
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 5 05:02:17 PDT 2018
chandlerc added a comment.
I've (finally) landed r336337 which just completely moves away from using a
function pointer packed into a pointerunion. =/
Repository:
rL LLVM
https://reviews.llvm.org/D48349
More information about the llvm-commits
mailing list