[libcxx-commits] [libcxx] [libc++] Remove outdated FIXME comment in ctype<char> (PR #160008)
Fady Farag via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 22 10:17:44 PDT 2025
================
@@ -578,7 +578,7 @@ public:
#ifdef _CACHED_RUNES
static const size_t table_size = _CACHED_RUNES;
#else
- static const size_t table_size = 256; // FIXME: Don't hardcode this.
+ static const size_t table_size = 1 << CHAR_BIT;
----------------
iidmsa wrote:
Included `libcxx/include/__locale`
https://github.com/llvm/llvm-project/pull/160008
More information about the libcxx-commits
mailing list