[libcxx-commits] [PATCH] D131928: [libcxx][spaceship][doc] Repair links to the optional container requirements for operator<=>

Kent Ross via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 15 16:27:11 PDT 2022


mumbleskates marked an inline comment as done.
mumbleskates added inline comments.


================
Comment at: libcxx/docs/Status/SpaceshipProjects.csv:38
 | `[string.view.comparison] <https://wg21.link/string.view.comparison>`_,| `basic_string_view <https://reviews.llvm.org/D130295>`_,None,Mark de Wever,|Complete|
-| `[array.syn] <https://wg21.link/array.syn>`_ (`general <https://wg21.link/container.requirements.general#14>`_),| array,[expos.only.func],Unassigned,|Not Started|
-| `[deque.syn] <https://wg21.link/deque.syn>`_ (`general <https://wg21.link/container.requirements.general#14>`_),| deque,[expos.only.func],Unassigned,|Not Started|
-| `[forward.list.syn] <https://wg21.link/forward.list.syn>`_ (`general <https://wg21.link/container.requirements.general#14>`_),| forward_list,[expos.only.func],Unassigned,|Not Started|
-| `[list.syn] <https://wg21.link/list.syn>`_ (`general <https://wg21.link/container.requirements.general#14>`_),| list,[expos.only.func],Unassigned,|Not Started|
-| `[vector.syn] <https://wg21.link/vector.syn>`_ (`general <https://wg21.link/container.requirements.general#14>`_),| vector,[expos.only.func],Unassigned,|Not Started|
-| `[associative.map.syn] <https://wg21.link/associative.map.syn>`_ (`general <https://wg21.link/container.requirements.general#14>`_),"| map
+| `[array.syn] <https://wg21.link/array.syn>`_ (`general <https://wg21.link/container.opt.reqmts>`_),| array,[expos.only.func],Unassigned,|Not Started|
+| `[deque.syn] <https://wg21.link/deque.syn>`_ (`general <https://wg21.link/container.opt.reqmts>`_),| deque,[expos.only.func],Unassigned,|Not Started|
----------------
avogelsgesang wrote:
> I get a 404 error when opening https://wg21.link/container.opt.reqmts
yeah, i don't know why. it should work, it's present in https://eel.is/c++draft/container.opt.reqmts . this change was committed to the draft document in early february, over 6 months ago.

it seems that wg21 may be either lagging very far behind by accident or lagging behind on purpose because it is indexing the headers of an older version of the standards document. in the former case someone should see if they can kick it and get it up to date, and in the latter case it should instead redirect to a site that hosts the version of the document it is trying to reflect.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131928/new/

https://reviews.llvm.org/D131928



More information about the libcxx-commits mailing list