[libc++][NFC] Clarify libc++'s stance about implementing the Networking TS

This commit is contained in:
Louis Dionne 2025-02-18 14:56:19 -05:00
parent 083f80ff6b
commit 277512239a

View File

@ -161,7 +161,9 @@ has been removed in LLVM 17.0.
`Networking TS <https://wg21.link/N4656>`__
-------------------------------------------
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.
Libc++ never shipped an implementation of the Networking TS and does not plan to do so in the future,
unless the C++ Standards Committee expresses a desire to merge the Networking TS into the IS (which is
unlikely at this point).
`Ranges TS <https://wg21.link/N4685>`__
---------------------------------------