[libcxx-commits] [libcxx] [libc++] Add missing conditionals for feature-test macros (PR #80168)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 5 08:03:04 PST 2024


================
@@ -875,11 +877,14 @@ def add_version_header(tc):
             "name": "__cpp_lib_print",
             "values": {"c++23": 202207},
             "headers": ["ostream", "print"],
+            # TODO: Are we missing something here?
----------------
ldionne wrote:

I was wondering whether we were missing e.g. `_LIBCPP_HAS_NO_LOCALIZATION` or something like that.

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


More information about the libcxx-commits mailing list