[llvm-branch-commits] [libcxx] [libc++] Implements filebuf unbuffered. (PR #76629)

Mark de Wever via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Dec 30 11:41:14 PST 2023


================
@@ -276,6 +276,30 @@ private:
   state_type __st_;
   state_type __st_last_;
   ios_base::openmode __om_;
+  // Used to track the currently used mode and track whether the output should
----------------
mordante wrote:

Review note: It might be possible to use other fields to achieve the same goal. Unfortunately there's no implementation documentation for this class. This changes seems the simplest and the easiest to validate. 

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


More information about the llvm-branch-commits mailing list