[libcxx-commits] [libcxx] [libc++] Fix ungetc failing after xsgetn (PR #210951)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 22 07:13:43 PDT 2026


================
@@ -383,7 +392,41 @@ private:
   bool __owns_ib_;
   bool __always_noconv_;
 
-  bool __read_mode();
----------------
ldionne wrote:

Let's keep this definition in the dylib for now for ABI compatibility.

Let's also file an issue to check whether we can actually remove that. You can assign that one to me, I'll do some investigation.

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


More information about the libcxx-commits mailing list