[libcxx-commits] [libcxx] Apply 'LWG3253 basic_syncbuf::basic_syncbuf() should not be explicit' (PR #101179)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 30 09:44:16 PDT 2024


================
@@ -252,9 +254,9 @@ public:
   using streambuf_type = basic_streambuf<_CharT, _Traits>;
 
   // [syncstream.syncbuf.cons], construction and destruction
+  _LIBCPP_HIDE_FROM_ABI basic_syncbuf() : basic_syncbuf(nullptr) {}
----------------
Zingam wrote:

Do you have a test?

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


More information about the libcxx-commits mailing list