[libcxx-commits] [PATCH] D152775: [libc++][spaceship][NFC] P1614R2: Status page - mark header synopsis sections as "Complete"

Hristo Hristov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 13 00:18:04 PDT 2023


H-G-Hristov created this revision.
Herald added a subscriber: yaxunl.
Herald added a project: All.
H-G-Hristov retitled this revision from "[libc++][spaceship][NFC] P1614R2: Mark header synopsis sections as "Complete"" to "[libc++][spaceship][NFC] P1614R2: Status page - mark header synopsis sections as "Complete"".
H-G-Hristov published this revision for review.
H-G-Hristov added a subscriber: Mordante.
H-G-Hristov added a comment.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

@Mordante 
There are a couple of items in the list: https://libcxx.llvm.org/Status/Spaceship.html which I am not sure about if there is anything to do about or just mark them as "Complete" or "Nothing to Do".

- container.requirements.general <https://wg21.link/container.requirements.general>
- meta.trans.other <https://wg21.link/meta.trans.other>

I think this patch completes my part on P1614R2. IMO There is nothing to do about ranges library. I'll double check and submit the patch to mark them as complete. Please let me know if there is anything else to do about it.


Header synospis sections of P1614R2 are implemented by other items usually. For completeness, let's mark some of them as "Complete".


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152775

Files:
  libcxx/docs/Status/SpaceshipProjects.csv


Index: libcxx/docs/Status/SpaceshipProjects.csv
===================================================================
--- libcxx/docs/Status/SpaceshipProjects.csv
+++ libcxx/docs/Status/SpaceshipProjects.csv
@@ -51,7 +51,7 @@
 | `variant <https://reviews.llvm.org/D131372>`_",None,Kent Ross,|Complete|
 "| `[template.bitset] <https://wg21.link/template.bitset>`_
 | `[bitset.members] <https://wg21.link/bitset.members>`_","| remove ops `bitset <https://reviews.llvm.org/D152611>`_",None,Hristo Hristov,|Complete|
-| `[memory.syn] <https://wg21.link/memory.syn>`_,|,None,Unassigned,|Not Started|
+| `[memory.syn] <https://wg21.link/memory.syn>`_,|,None,Unassigned,|Complete|
 | `[allocator.globals] <https://wg21.link/allocator.globals>`_,| remove ops `allocator <https://reviews.llvm.org/D152612>`_,None,Hristo Hristov,|Complete|
 | `[unique.ptr.special] <https://wg21.link/unique.ptr.special>`_,| `unique_ptr <https://reviews.llvm.org/D130838>`_,[comparisons.three.way],Adrian Vogelsgesang,|Complete|
 | `[util.smartptr.shared.cmp] <https://wg21.link/util.smartptr.shared.cmp>`_,| `shared_ptr <https://reviews.llvm.org/D130852>`_,[comparisons.three.way],Adrian Vogelsgesang,|Complete|
@@ -106,7 +106,7 @@
 | `[queue.ops] <https://wg21.link/queue.ops>`_,| `queue <https://reviews.llvm.org/D146066>`_,None,Hristo Hristov,|Complete|
 | `[stack.ops] <https://wg21.link/stack.ops>`_,| `stack <https://reviews.llvm.org/D146094>`_,None,Hristo Hristov,|Complete|
 - `5.8 Clause 23: Iterators library <https://wg21.link/p1614r2#clause-23-iterators-library>`_,,,,
-| `[iterator.synopsis] <https://wg21.link/iterator.synopsis>`_,|,None,Unassigned,|Not Started|
+| `[iterator.synopsis] <https://wg21.link/iterator.synopsis>`_,|,None,Unassigned,|Complete|
 | `[reverse.iter.cmp] <https://wg21.link/reverse.iter.cmp>`_,| `reverse_iterator <https://reviews.llvm.org/D113695>`_,None,Mikhail Maltsev,|Complete|
 "| `[move.iterator] <https://wg21.link/move.iterator>`_
 | `[move.iter.op.comp] <https://wg21.link/move.iter.op.comp>`_",| `move_iterator <https://reviews.llvm.org/D117656>`_,None,Arthur O'Dwyer,|Complete|


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152775.530771.patch
Type: text/x-patch
Size: 2100 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230613/082cdfc4/attachment.bin>


More information about the libcxx-commits mailing list