diff --git a/libcxx/docs/Status/SpaceshipPapers.csv b/libcxx/docs/Status/SpaceshipPapers.csv --- a/libcxx/docs/Status/SpaceshipPapers.csv +++ b/libcxx/docs/Status/SpaceshipPapers.csv @@ -1,7 +1,6 @@ "Number","Name","Status","First released version" `P1614R2 `_,The Mothership has Landed,|In Progress|, `P2404R0 `_,"Relaxing equality_comparable_with's, totally_ordered_with's, and three_way_comparable_with's common reference requirements to support move-only types",, -`P2405R0 `_,nullopt_t and nullptr_t should both have operator<=> and operator==,, `LWG3330 `_,Include from most library headers,"|Complete|","13.0" `LWG3347 `_,"std::pair now requires T and U to be less-than-comparable",|Nothing To Do|, `LWG3350 `_,Simplify return type of lexicographical_compare_three_way,|Nothing To Do|, diff --git a/libcxx/docs/Status/SpaceshipProjects.csv b/libcxx/docs/Status/SpaceshipProjects.csv --- a/libcxx/docs/Status/SpaceshipProjects.csv +++ b/libcxx/docs/Status/SpaceshipProjects.csv @@ -25,15 +25,15 @@ "| `[variant.relops] `_ | `[variant.monostate.relops] `_","| monostate | variant",None,Kent Ross,|In Progress| -| `[unique.ptr.special] `_,| unique_ptr,[comparisons.three.way],Unassigned,|Not Started| -| `[util.smartptr.shared.cmp] `_,| shared_ptr,[comparisons.three.way],Unassigned,|Not Started| +| `[unique.ptr.special] `_,| `unique_ptr `_,[comparisons.three.way],Adrian Vogelsgesang,|In Progress| +| `[util.smartptr.shared.cmp] `_,| `shared_ptr `_,[comparisons.three.way],Adrian Vogelsgesang,|In Progress| | `[type.index.members] `_,| type_index,None,Unassigned,|Not Started| | `[charconv.syn] `_,| to_chars_result,None,Mark de Wever,|Complete| | `[charconv.syn] `_,| from_chars_result,None,Mark de Wever,|Complete| | `[stacktrace.entry.cmp] `_,| stacktrace_entry,None,Unassigned,|Not Started| | `[stacktrace.basic.cmp] `_,| basic_stacktrace,[alg.three.way],Unassigned,|Not Started| -| `[string.cmp] `_,| `basic_string `_,None,Christopher Di Bella,|In Progress| -| `[string.view.comparison] `_,| `basic_string_view `_,None,Christopher Di Bella,|In Progress| +| `[string.cmp] `_,| basic_string,None,Mark de Wever,|In Progress| +| `[string.view.comparison] `_,| `basic_string_view `_,None,Mark de Wever,|In Progress| | `[array.syn] `_ (`general `_),| array,[expos.only.func],Unassigned,|Not Started| | `[deque.syn] `_ (`general `_),| deque,[expos.only.func],Unassigned,|Not Started| | `[forward.list.syn] `_ (`general `_),| forward_list,[expos.only.func],Unassigned,|Not Started| @@ -48,8 +48,8 @@ | `[reverse.iter.cmp] `_,| reverse_iterator,None,Mikhail Maltsev,|Complete| | `[move.iter.op.comp] `_,| move_iterator,None,Unassigned,|Not Started| | `[counted.iter.cmp] `_,| counted_iterator,None,Unassigned,|Not Started| -| `[range.iota.iterator] `_,| ranges::iota_view::iterator,[concepts.cmp],Unassigned,|Not Started| -| `[range.transform.iterator] `_,| ranges::transform_view::iterator,[concepts.cmp],Unassigned,|Not Started| +| `[range.iota.iterator] `_,| `ranges::iota_view::iterator `_,[concepts.cmp],Arthur O'Dwyer,|Complete| +| `[range.transform.iterator] `_,| `ranges::transform_view::iterator `_,[concepts.cmp],Arthur O'Dwyer,|Complete| | `[range.elements.iterator] `_,| ranges::elements_view::iterator,[concepts.cmp],Unassigned,|Not Started| | `[time.duration.comparisons] `_, "chrono::duration", None, Mark de Wever, |Not Started| | `[time.point.comparisons] `_, "chrono::point", None, Mark de Wever, |Not Started| @@ -73,7 +73,8 @@ | `[time.zone.link.nonmembers] `_","| chrono::time_zone | chrono::leap_second | chrono::time_zone_link",A ```` implementation,Unassigned,|Not Started| -| `[fs.path.nonmember] `_,| filesystem::path,None,Unassigned,|Not Started| -| `[fs.dir.entry.obs] `_,| filesystem::directory_entry,None,Unassigned,|Not Started| -| `[re.submatch.op] `_,| sub_match,None,Unassigned,|Not Started| +| `[fs.filesystem.syn] `_,| `filesystem::space_info `_,None,Adrian Vogelsgesang,|In Progress| +| `[fs.path.nonmember] `_,| `filesystem::path `_,None,Adrian Vogelsgesang,|In Progress| +| `[fs.dir.entry.obs] `_,| `filesystem::directory_entry `_,None,Adrian Vogelsgesang,|In Progress| +| `[re.submatch.op] `_,| sub_match,None,Mark de Wever,|In Progress| | `[thread.thread.id] `_,| thread::id,None,Unassigned,|Not Started|