[libcxx-commits] [libcxx] [libc++] Document that libc++ does not and will never implement the Networking TS (PR #127508)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 18 11:32:56 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.
----------------
ldionne wrote:
There is actually discussion in WG21 about removing the TS entirely. I think it's widely understood that the Networking TS will never be merged into the IS. Given that, I'd be reluctant to accept an implementation of the TS since that would increase our surface area, maintenance burden, etc for something that will never land in the IS, which is not worth it. WDYT?
https://github.com/llvm/llvm-project/pull/127508
More information about the libcxx-commits
mailing list