[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
Mon Mar 9 09:56:16 PDT 2026


================
@@ -16,10 +16,10 @@
 // When std::print is unavailable, we don't rely on an implementation of
 // std::__is_terminal and we always assume a non-unicode and non-terminal
 // output.
-// XFAIL: availability-print-missing
+// XFAIL: availability-print-missing && target={{.*}}-windows{{.*}}
----------------
philnik777 wrote:

We don't have availability annotations on windows, so this line should simply be removed.

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


More information about the libcxx-commits mailing list