[libcxx-commits] [libcxx] [libc++] Implement p0753r2 Manipulators for C++ Synchronized Buffered Ostream (PR #97955)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 12 09:05:12 PDT 2024


================
@@ -262,7 +263,9 @@ public:
   }
----------------
ldionne wrote:

Above, I would explicitly initialize the `__syncbuf_base(false)`. Basically I would initialize it in all constructors that don't use constructor-forwarding.

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


More information about the libcxx-commits mailing list