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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 18 18:58:30 PST 2022


philnik created this revision.
philnik added a reviewer: ldionne.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This is an implementation detail for `move_only_function`


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140278

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/sort.h
  libcxx/include/__math/log2i.h
  libcxx/include/__utility/pointer_int_pair.h
  libcxx/test/libcxx/utilities/pointer_int_pair/constructor_assert.pass.cpp
  libcxx/test/libcxx/utilities/pointer_int_pair/pointer_int_pair.pass.cpp
  libcxx/test/libcxx/utilities/pointer_int_pair/static_asserts.verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140278.483853.patch
Type: text/x-patch
Size: 15450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221219/552963ff/attachment-0001.bin>


More information about the libcxx-commits mailing list