[libc-commits] [libc] [libc] Moved shared constexpr to the top (PR #144569)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Jun 17 10:21:04 PDT 2025
================
@@ -19,6 +19,12 @@
namespace LIBC_NAMESPACE_DECL {
namespace internal {
+constexpr size_t ENCODED_BITS_PER_UTF8 = 6;
----------------
michaelrj-google wrote:
clarify that this is for utf-8 chars other than the first one
https://github.com/llvm/llvm-project/pull/144569
More information about the libc-commits
mailing list