[libcxx-commits] [libcxx] WIP - [libc++][debugging] P2546R5: Debugging support & P2810R4: `is_debugger_present` `is_replaceable` (PR #81447)
Jonathan Wakely via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 3 07:10:16 PDT 2024
================
@@ -47,6 +47,8 @@ Implemented Papers
- P2872R3 - Remove ``wstring_convert`` From C++26
- P3142R0 - Printing Blank Lines with ``println`` (as DR against C++23)
- P2944R3 - Comparisons for ``reference_wrapper`` (comparison operators for ``reference_wrapper`` only)
+- P2546R5 - Debugging support (Picolib support is not implemented)
+- P2810R4 - ``is_debuger_present`` is_replaceable
----------------
jwakely wrote:
```suggestion
- P2810R4 - ``is_debugger_present`` is_replaceable
```
https://github.com/llvm/llvm-project/pull/81447
More information about the libcxx-commits
mailing list