[libcxx-commits] [libcxx] [libc++] Add missing conditionals for feature-test macros (PR #80168)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 2 11:04:48 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?
----------------
mordante wrote:
This matches https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations#__cpp_lib_print
The other paper affecting print https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2539r4.html does not change a FTM. What do you think we might miss?
https://github.com/llvm/llvm-project/pull/80168
More information about the libcxx-commits
mailing list