diff --git a/libcxx/docs/Status/FormatPaper.csv b/libcxx/docs/Status/FormatPaper.csv --- a/libcxx/docs/Status/FormatPaper.csv +++ b/libcxx/docs/Status/FormatPaper.csv @@ -1,6 +1,7 @@ Section,Description,Dependencies,Assignee,Patch,Status,First released version `[charconv.to.chars] `_,"Fix integral conformance",,Mark de Wever,`D100722 `__,|Complete|,Clang 13 `[charconv.to.chars] `_,"Add floating-point conversion",`D100722 `__,"Mark de Wever (Code provided by Stephan T. Lavavej of Microsoft)",`D70631 `__,|In Progress|, +`[charconv.syn] `_,| Add (to|from)_chars_result operator==,None,Mark de Wever,`D112366 `_,|Complete|,Clang 14 `[format.error] `_,"Class format_error",,Mark de Wever,`D92214 `__,|Complete|,Clang 13 `[format.parse.ctx] `_,"Class template basic_format_parse_context",,Mark de Wever,`D93166 `__,|Complete|,Clang 13 `[format.context] `_,"Class template basic_format_context",,Mark de Wever,`D103357 `__,|Complete|,Clang 14 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 @@ -5,11 +5,14 @@ | `[expos.only.func] `_,"| `synth-three-way `_ | `synth-three-way-result `_",[cmp.concept],Kent Ross,|Complete| | `[comparisons.three.way] `_,| `compare_three_way `_,[cmp.concept],Arthur O'Dwyer,|Complete| -| `[cmp.alg] `_,"| `strong_order `_ -| `weak_order `_ -| `partial_order `_",None,Arthur O'Dwyer,|In Progress| +| `[cmp.alg] `_,"| `strong_order `_ +| `weak_order `_ +| `partial_order `_ +| `strong_order_fallback `_ +| `weak_order_fallback `_ +| `partial_order_fallback `_",None,Arthur O'Dwyer,|In Progress| | `[alg.three.way] `_,| `lexicographical_compare_three_way `_,[comparisons.three.way],Christopher Di Bella,|In Progress| -| `[coroutine.handle.compare] `_,| coroutine_handle,[comparisons.three.way],Unassigned,|Complete| +| `[coroutine.handle.compare] `_,| `coroutine_handle `_,[comparisons.three.way],Chuanqi Xu,|Complete| | `[pairs.spec] `_,| `pair `_,[expos.only.func],Kent Ross,|Complete| | `[syserr.errcat.nonvirtuals] `_,| error_category,[comparisons.three.way],Unassigned,|Not Started| | `[syserr.compare] `_,"| error_code @@ -25,8 +28,6 @@ | `[unique.ptr.special] `_,| unique_ptr,[comparisons.three.way],Unassigned,|Not Started| | `[util.smartptr.shared.cmp] `_,| shared_ptr,[comparisons.three.way],Unassigned,|Not Started| | `[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| @@ -42,7 +43,7 @@ | set",[expos.only.func],Unassigned,|Not Started| | `[queue.ops] `_,| queue,None,Unassigned,|Not Started| | `[stack.ops] `_,| stack,None,Unassigned,|Not Started| -| `[reverse.iter.cmp] `_,| reverse_iterator,None,Unassigned,|Not Started| +| `[reverse.iter.cmp] `_,| reverse_iterator,None,Mikhail Maltsev,|Complete| | `[move.iter.cmp] `_,| 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|