[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:36:04 PST 2025
================
@@ -13,7 +13,7 @@
"`LWG2966 <https://wg21.link/LWG2966>`__","Incomplete resolution of US 74","2017-07 (Toronto)","|Nothing To Do|","",""
"`LWG2974 <https://wg21.link/LWG2974>`__","Diagnose out of bounds ``tuple_element/variant_alternative``\ ","2017-07 (Toronto)","|Complete|","",""
"","","","","",""
-"`LWG2779 <https://wg21.link/LWG2779>`__","[networking.ts] Relax requirements on buffer sequence iterators","2017-11 (Albuquerque)","","",""
+"`LWG2779 <https://wg21.link/LWG2779>`__","[networking.ts] Relax requirements on buffer sequence iterators","2017-11 (Albuquerque)","|Nothing To Do|","",""
----------------
ldionne wrote:
I agree, I thought of this too. My only concern is that it would add complexity to the Github issues synchronization stuff for a "status" we will basically never be using except for the Networking TS. Another option would be to rename "Nothing To Do" to "Not Applicable", or to leave it be "Nothing To Do" but to widen its description. WDYT?
https://github.com/llvm/llvm-project/pull/127508
More information about the libcxx-commits
mailing list