[libcxx-commits] [PATCH] D141225: [libc++] Granularize <bit> and remove <__bits>
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 8 07:40:42 PST 2023
Mordante accepted this revision.
Mordante added a comment.
This revision is now accepted and ready to land.
LGTM, modulo 2 issues.
================
Comment at: libcxx/include/__bit/countl.h:52
+}
+# endif
+
----------------
================
Comment at: libcxx/include/__bit/has_single_bit.h:9
+
+#ifndef _LIBCPP___BIT_COUNT_H
+#define _LIBCPP___BIT_COUNT_H
----------------
Update the 3 include guards in this file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141225/new/
https://reviews.llvm.org/D141225
More information about the libcxx-commits
mailing list