[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 12:46:40 PDT 2026


================

----------------
philnik777 wrote:

Is it not? It's still used in `__is_terminal` below. But no, we can't remove it anymore in general. Assuming the use below is dead, you can look for `_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION` to see how to remove the function for people who don't need it.

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


More information about the libcxx-commits mailing list