[libc-commits] [libc] [libc] Character converter skeleton class (PR #143619)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Jun 10 16:11:48 PDT 2025
================
@@ -0,0 +1,20 @@
+
+#include "hdr/types/wchar_t.h"
+#include "src/__support/wchar/mbstate.h"
+#include "src/__support/wchar/utf_ret.h"
+
+class CharacterConverter {
----------------
michaelrj-google wrote:
this should be in the libc namespace, and possibly in an internal namespace as well.
https://github.com/llvm/llvm-project/pull/143619
More information about the libc-commits
mailing list