[PATCH] D50876: Clean up newly created <bit> header

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 16 16:50:47 PDT 2018


mclow.lists added inline comments.


================
Comment at: include/bit:113
 inline _LIBCPP_INLINE_VISIBILITY
 unsigned __clz(unsigned __x) {
   static_assert(sizeof(unsigned) == sizeof(unsigned long), "");
----------------
Missed this one. Should be `int`


https://reviews.llvm.org/D50876





More information about the cfe-commits mailing list