[libcxx-commits] [libcxx] [llvm] [libc++] Fix checks for terminal and flushes in std::print() (PR #70321)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 11 02:53:15 PDT 2026
================
@@ -36,7 +36,6 @@ if (current_toolchain == default_toolchain) {
"_LIBCPP_HAS_LOCALIZATION=1",
"_LIBCPP_HAS_UNICODE=1",
"_LIBCPP_HAS_WIDE_CHARACTERS=1",
- "_LIBCPP_HAS_TERMINAL=1",
----------------
philnik777 wrote:
We generally don't touch the `.gn` files.
https://github.com/llvm/llvm-project/pull/70321
More information about the libcxx-commits
mailing list