[libcxx-commits] [PATCH] D104324: [libc++][🍒] Un-deprecate std::allocator<void>

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 15 18:03:37 PDT 2021


ldionne added a comment.

In D104324#2820497 <https://reviews.llvm.org/D104324#2820497>, @tstellar wrote:

> In D104324#2820413 <https://reviews.llvm.org/D104324#2820413>, @ldionne wrote:
>
>> This is a manual cherry-pick because the codebase has diverged quite a bit.
>>
>> @tstellar Once this is passing CI, I'd like to have your permission to merge this to `release/12.x` because this is a pretty vexing issue.
>
> @ldionne Go ahead and merge when it's ready, and make sure to use git cherry-pick -x.

Thanks. I will make sure to include the commit that it's "cherry-picked" from in the commit message, but I can't use `git cherry-pick -x` as-is because there's too much divergence. I had to apply this cherry-pick manually. But it'll be cross-referenced as-if.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104324



More information about the libcxx-commits mailing list