summaryrefslogtreecommitdiff
path: root/libcxx/docs
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2022-07-15 08:21:19 +0200
committerMark de Wever <koraq@xs4all.nl>2023-04-22 12:39:19 +0200
commita79a6ea4a831facc564a36911d79d4472ad93cec (patch)
tree4d1c15aff6010dba2b34b292e2844d965f068866 /libcxx/docs
parent9ea3fcfa380c6097fddd0d9a9b2c13f0f20bc41a (diff)
downloadllvm-a79a6ea4a831facc564a36911d79d4472ad93cec.tar.gz
[libc++][regex] Uses operator<=> in sub_match.
The removal of operator!= in this header will be done in a separate commit. Note in the synopsis of P1614R2 there is a constexpr template<class BiIter> constexpr auto operator<=>(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs); In the implementation of P1614R2 there isn't a constexpr template<class BiIter> auto operator<=>(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs); There doesn't seem to be an LWG-issue, but it was fixed in the Standard by removing the constexpr in b050fd474f11441942c88ef69b8622c8036656ac. Implements part of: - P1614R2 The Mothership has Landed Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D132310
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/Status/SpaceshipProjects.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/Status/SpaceshipProjects.csv b/libcxx/docs/Status/SpaceshipProjects.csv
index 02eac2655d24..e8624cb6a672 100644
--- a/libcxx/docs/Status/SpaceshipProjects.csv
+++ b/libcxx/docs/Status/SpaceshipProjects.csv
@@ -77,5 +77,5 @@ Section,Description,Dependencies,Assignee,Complete
| `[fs.filesystem.syn] <https://wg21.link/fs.filesystem.syn>`_,| `filesystem::space_info <https://reviews.llvm.org/D130861>`_,None,Adrian Vogelsgesang,|Complete|
| `[fs.path.nonmember] <https://wg21.link/fs.path.nonmember>`_,| `filesystem::path <https://reviews.llvm.org/D130859>`_,None,Adrian Vogelsgesang,|Complete|
| `[fs.dir.entry.obs] <https://wg21.link/fs.dir.entry.obs>`_,| `filesystem::directory_entry <https://reviews.llvm.org/D130860>`_,None,Adrian Vogelsgesang,|Complete|
-| `[re.submatch.op] <https://wg21.link/re.submatch.op>`_,| `sub_match <https://reviews.llvm.org/D132310>`_,None,Mark de Wever,|In Progress|
+| `[re.submatch.op] <https://wg21.link/re.submatch.op>`_,| `sub_match <https://reviews.llvm.org/D132310>`_,None,Mark de Wever,|Complete|
| `[thread.thread.id] <https://wg21.link/thread.thread.id>`_,| `thread::id <https://reviews.llvm.org/D131362>`_,None,Adrian Vogelsgesang,|Complete|