[libcxx-commits] [libcxx] [libc++] Document that libc++ does not and will never implement the Networking TS (PR #127508)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 18 11:42:52 PST 2025
================
@@ -160,8 +160,8 @@ has been removed in LLVM 17.0.
`Networking TS <https://wg21.link/N4656>`__
-------------------------------------------
-The Networking TS is not yet part of a shipping standard.
-We have not yet shipped an implementation of the Networking TS.
+The Networking TS is not yet part of a shipping standard, and there is discussion around removing it.
+Libc++ never shipped an implementation of the Networking TS and does not plan to do so in the future.
----------------
philnik777 wrote:
I don't expect that we will ever implement it, but I also don't want to close the door entirely until the committee does so too. Note that I would still predicate adopting an implementation on there being effort to merge it into the IS, which I also don't expect will ever happen. It's more about how we deal with stale TSes than anything else.
https://github.com/llvm/llvm-project/pull/127508
More information about the libcxx-commits
mailing list