[libcxx-commits] [PATCH] D61655: [libcxx] teach type_traits test about long uint32_t

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 7 17:23:15 PDT 2019


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

This LGTM.

Although wouldn't `unsigned int` be the correct choice on all platforms? Because the issue only arises because sometimes `uint32_t` is `unsigned long` instead of `unsigned int`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61655





More information about the libcxx-commits mailing list