[libcxx-commits] [PATCH] D102332: [libc++][nfc] remove duplicated __to_unsigned.

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 12 09:07:21 PDT 2021


cjdb added a comment.

//`to-unsigned-like`/ is named thusly because it works with //`make-unsigned-like-t`//, which is exposition-only transformation that could be `make_unsigned_t` or some unspecified thing if the type parameter isn't an integral. Even though we don't have any such types today, I'm not confident we won't in the future, and think both names should be kept.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102332



More information about the libcxx-commits mailing list