[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
Wed Jun 20 11:26:22 PDT 2018
chandlerc added a comment.
BTW, one question I have is what the best name for the file is here. `function.h` seems kinda lame, but not sure what else to call it. Suggestions very welcome here.
Repository:
rL LLVM
https://reviews.llvm.org/D48349
More information about the llvm-commits
mailing list