[libcxx-commits] [libcxx] WIP - [libc++][debugging] P2546R5: Debugging support & P2810R4: `is_debugger_present` `is_replaceable` (PR #81447)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 20 10:55:02 PDT 2024


================
@@ -432,7 +432,8 @@ def add_version_header(tc):
                 # "c++26": 202403, # P2810R4: is_debugger_present is_replaceable
             },
             "headers": ["debugging"],
-            "unimplemented": True,
+            "test_suite_guard": "TEST_STD_VER >= 26 && defined(_LIBCPP_AVAILABILITY_HAS_DEBUGGING)",
----------------
mordante wrote:

Why guard against the Standard version?

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


More information about the libcxx-commits mailing list