[libcxx-commits] [libcxx] [libc++] Fix unnecessary flushes in std::print() on POSIX (PR #70321)

Dimitrij Mijoski via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 10 03:07:42 PDT 2026


================
@@ -22,7 +22,7 @@
 // Tests the implementation of
 //   void __print::__vprint_unicode_windows(FILE* __stream, string_view __fmt,
 //                                          format_args __args, bool __write_nl,
-//                                          bool __is_terminal);
+//                                          );
----------------
dimztimz wrote:

I will update.

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


More information about the libcxx-commits mailing list