[libcxx-commits] [PATCH] D140278: [libc++] Add __pointer_int_pair

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 21 06:26:21 PST 2022


ldionne added a comment.

In D140278#4008229 <https://reviews.llvm.org/D140278#4008229>, @tschuett wrote:

> LLVM ships the same type: PointerIntPair <https://llvm.org/doxygen/classllvm_1_1PointerIntPair.html>.

This is heavily inspired from it, but we're still tweaking the API as we think makes the most sense. Since this is a private type, we can always end up changing the API if we find the we like something closer to the original one better.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140278



More information about the libcxx-commits mailing list