[libcxx-commits] [libcxx] [libc++][print] Adds ostream overloads. (PR #73262)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 28 09:00:14 PST 2023
================
@@ -139,6 +139,12 @@
// # define _LIBCPP_AVAILABILITY_HAS_NO_TZDB
# define _LIBCPP_AVAILABILITY_TZDB
+ // This controls the availability of C++23 <print>, which
+ // has a dependency on the built library (it needs access to
+ // the underlying buffer types of std::cout, std::cerr, and std::clog.
+// # define _LIBCPP_AVAILABILITY_HAS_NO_PRINT
+# define _LIBCPP_AVAILABILITY_PRINT
----------------
ldionne wrote:
This will need to be rebased on top of the `0-1` patch.
https://github.com/llvm/llvm-project/pull/73262
More information about the libcxx-commits
mailing list