[libcxx-commits] [PATCH] D63063: Bug 42208: speeding up std::merge

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 9 19:57:49 PDT 2019


mclow.lists requested changes to this revision.
mclow.lists added a comment.
This revision now requires changes to proceed.

Thanks, but no.
Because of the `goto`s, we can't make this `constexpr`, and we need to do that.


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

https://reviews.llvm.org/D63063





More information about the libcxx-commits mailing list