[libc-commits] [libc] [libc] mbrtowc implementation (PR #144760)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Fri Jun 20 10:49:45 PDT 2025


================
@@ -26,6 +26,7 @@ class CharacterConverter {
   CharacterConverter(mbstate *mbstate);
 
   void clear();
+  bool isComplete();
----------------
michaelrj-google wrote:

did you mean to add this back?

https://github.com/llvm/llvm-project/pull/144760


More information about the libc-commits mailing list