[libcxx-commits] [libcxx] [libc++] Add missing conditionals for feature-test macros (PR #80168)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 31 09:14:15 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:
@mordante
https://github.com/llvm/llvm-project/pull/80168
More information about the libcxx-commits
mailing list