[libcxx-commits] [libcxx] [libc++][spaceship] Implements X::iterator container requirements. (PR #99343)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 17 09:19:57 PDT 2024


================
@@ -83,7 +83,7 @@ Section,Description,Dependencies,Assignee,Complete
 "| `[string.view.synop] <https://wg21.link/string.view.synop>`_
 | `[string.view.comparison] <https://wg21.link/string.view.comparison>`_",| `basic_string_view <https://reviews.llvm.org/D130295>`_,None,Mark de Wever,|Complete|
 - `5.7 Clause 22: Containers library <https://wg21.link/p1614r2#clause-22-containers-library>`_,,,,
-| `[container.requirements.general] <https://wg21.link/container.requirements.general>`_,|,None,Unassigned,|Not Started|
+| `[container.requirements.general] <https://wg21.link/container.requirements.general>`_,|,None,Mark de Wever,|Complete|
----------------
mordante wrote:

Yes we can, I have a follow-up patch for that, which I upload when the CI is green.

That patch also updates the FTM so it feels better to do it in a separate patch.

https://github.com/llvm/llvm-project/pull/99343


More information about the libcxx-commits mailing list