[libcxx-commits] [libcxx] 2775122 - [libc++][NFC] Clarify libc++'s stance about implementing the Networking TS
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 18 11:56:29 PST 2025
Author: Louis Dionne
Date: 2025-02-18T14:56:19-05:00
New Revision: 277512239a166e5376c705a9543773b142454522
URL: https://github.com/llvm/llvm-project/commit/277512239a166e5376c705a9543773b142454522
DIFF: https://github.com/llvm/llvm-project/commit/277512239a166e5376c705a9543773b142454522.diff
LOG: [libc++][NFC] Clarify libc++'s stance about implementing the Networking TS
Added:
Modified:
libcxx/docs/DesignDocs/ExperimentalFeatures.rst
Removed:
################################################################################
diff --git a/libcxx/docs/DesignDocs/ExperimentalFeatures.rst b/libcxx/docs/DesignDocs/ExperimentalFeatures.rst
index 0dbbd5f869e36..f9b23493b2356 100644
--- a/libcxx/docs/DesignDocs/ExperimentalFeatures.rst
+++ b/libcxx/docs/DesignDocs/ExperimentalFeatures.rst
@@ -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>`__
---------------------------------------
More information about the libcxx-commits
mailing list