[PATCH] D55045: Add a version of std::function that includes a few optimizations.

Jordan Soyke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 30 07:48:07 PST 2018


jsoyke added a comment.

FWIW, I'm slightly in favor of using different headers. For example, I just realized that this change currently leaves a bunch of baggage symbols laying around that the new code won't use, it would be easier to see that kind of thing if the internals of each function were just in it's own file.


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55045/new/

https://reviews.llvm.org/D55045





More information about the llvm-commits mailing list