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

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 10 01:01:07 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);
+//                                          );
----------------
philnik777 wrote:

Please move this to the previous line and remove the comma.

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


More information about the libcxx-commits mailing list