[libcxx-commits] [libcxx] [libc++] Refactor basic_filebuf::overflow() (PR #144793)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 19 00:34:34 PDT 2025


================
@@ -835,35 +835,50 @@ typename basic_filebuf<_CharT, _Traits>::int_type basic_filebuf<_CharT, _Traits>
   }
   if (this->pptr() != this->pbase()) {
----------------
philnik777 wrote:

Could we make this an early return?

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


More information about the libcxx-commits mailing list