[llvm-branch-commits] [libcxx] [libc++] Implements filebuf unbuffered. (PR #76629)
Louis Dionne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 27 09:55:50 PST 2024
================
@@ -294,7 +318,10 @@ private:
return nullptr;
__om_ = __mode;
+ __try_set_unbuffered_mode();
----------------
ldionne wrote:
Strange indentation.
https://github.com/llvm/llvm-project/pull/76629
More information about the llvm-branch-commits
mailing list