Kent Ross | 3b4b6c9 | 2021-08-19 23:10:47 +0000 | [diff] [blame^] | 1 | Section,Description,Dependencies,Assignee,Complete |
| 2 | [cmp.concept],"| `three_way_comparable <https://reviews.llvm.org/D103478>`_ |
| 3 | | `three_way_comparable_with <https://reviews.llvm.org/D103478>`_",None,Ruslan Arutyunyan,In progress |
| 4 | [cmp.result],| `compare_three_way_result <https://reviews.llvm.org/D103581>`_,None,Arthur O'Dwyer,In progress |
| 5 | [expos.only.func],"| `synth-three-way <https://reviews.llvm.org/D107721>`_ |
| 6 | | `synth-three-way-result <https://reviews.llvm.org/D107721>`_",[cmp.concept],Kent Ross,In progress |
| 7 | [comparisons.three.way],| `compare_three_way <https://reviews.llvm.org/D80899>`_,[cmp.concept],Christopher Di Bella,In progress |
| 8 | [cmp.alg],"| `strong_order <https://reviews.llvm.org/D107036>`_ |
| 9 | | `weak_order <https://reviews.llvm.org/D107036>`_ |
| 10 | | `partial_order <https://reviews.llvm.org/D107036>`_",None,Arthur O'Dwyer,In progress |
| 11 | [alg.three.way],| `lexicographical_compare_three_way <https://reviews.llvm.org/D80902>`_,[comparisons.three.way],Christopher Di Bella,In progress |
| 12 | [coroutine.handle.compare],| coroutine_handle,[comparisons.three.way],Unassigned,Not started |
| 13 | [pairs.spec],| `pair <https://reviews.llvm.org/D107721>`_,[expos.only.func],Kent Ross,In progress |
| 14 | [syserr.errcat.nonvirtuals],| error_category,[comparisons.three.way],Unassigned,Not started |
| 15 | [syserr.compare],"| error_code |
| 16 | | error_condition",None,Unassigned,Not started |
| 17 | [tuple.rel],| `tuple <https://reviews.llvm.org/D108250>`_,[expos.only.func],Kent Ross,In progress |
| 18 | "[optional.relops] |
| 19 | [optional.nullops] |
| 20 | [optional.comp.with.t]","| optional |
| 21 | | nullopt",None,Kent Ross,In progress |
| 22 | "[variant.relops] |
| 23 | [variant.monostate.relops]","| monostate |
| 24 | | variant",None,Kent Ross,In progress |
| 25 | [unique.ptr.special],| unique_ptr,[comparisons.three.way],Unassigned,Not started |
| 26 | [util.smartptr.shared.cmp],| shared_ptr,[comparisons.three.way],Unassigned,Not started |
| 27 | [type.index.members],| type_index,None,Unassigned,Not started |
| 28 | [stacktrace.entry.cmp],| stacktrace_entry,None,Unassigned,Not started |
| 29 | [stacktrace.basic.cmp],| basic_stacktrace,[alg.three.way],Unassigned,Not started |
| 30 | [string.cmp],| `basic_string <https://reviews.llvm.org/D80895>`_,None,Christopher Di Bella,In progress |
| 31 | [string.view.comparison],| `basic_string_view <https://reviews.llvm.org/D80891>`_,None,Christopher Di Bella,In progress |
| 32 | [array.syn],| array,[expos.only.func],Unassigned,Not started |
| 33 | [deque.syn],| deque,[expos.only.func],Unassigned,Not started |
| 34 | [forward.list.syn],| forward_list,[expos.only.func],Unassigned,Not started |
| 35 | [list.syn],| list,[expos.only.func],Unassigned,Not started |
| 36 | [vector.syn],| vector,[expos.only.func],Unassigned,Not started |
| 37 | [associative.map.syn],"| map |
| 38 | | multimap",[expos.only.func],Unassigned,Not started |
| 39 | [associative.set.syn],"| multiset |
| 40 | | set",[expos.only.func],Unassigned,Not started |
| 41 | [queue.ops],| queue,None,Unassigned,Not started |
| 42 | [stack.ops],| stack,None,Unassigned,Not started |
| 43 | [reverse.iter.cmp],| reverse_iterator,None,Unassigned,Not started |
| 44 | [move.iter.cmp],| move_iterator,None,Unassigned,Not started |
| 45 | [counted.iter.cmp],| counted_iterator,None,Unassigned,Not started |
| 46 | [range.iota.iterator],| ranges::iota_view::iterator,[concepts.cmp],Unassigned,Not started |
| 47 | [range.transform.iterator],| ranges::transform_view::iterator,[concepts.cmp],Unassigned,Not started |
| 48 | [range.elements.iterator],| ranges::elements_view::iterator,[concepts.cmp],Unassigned,Not started |
| 49 | "[time.duration.comparisons] |
| 50 | [time.point.comparisons] |
| 51 | [time.cal.day.nonmembers] |
| 52 | [time.cal.month.nonmembers] |
| 53 | [time.cal.year.nonmembers] |
| 54 | [time.cal.md.nonmembers] |
| 55 | [time.cal.mdlast] |
| 56 | [time.cal.ym.nonmembers] |
| 57 | [time.cal.ymd.nonmembers] |
| 58 | [time.cal.ymdlast.nonmembers] |
| 59 | [time.zone.nonmembers] |
| 60 | [time.zone.leap.nonmembers] |
| 61 | [time.zone.link.nonmembers]","| chrono::duration |
| 62 | | chrono::time_point |
| 63 | | chrono::day |
| 64 | | chrono::month |
| 65 | | chrono::year |
| 66 | | chrono::month_day |
| 67 | | chrono::month_day_last |
| 68 | | chrono::year_month |
| 69 | | chrono::year_month_day |
| 70 | | chrono::year_month_day_last |
| 71 | | chrono::time_zone |
| 72 | | chrono::leap_second |
| 73 | | chrono::time_zone_link",None,Unassigned,Not started |
| 74 | [fs.path.nonmember],| filesystem::path,None,Unassigned,Not started |
| 75 | [fs.dir.entry.obs],| filesystem::directory_entry,None,Unassigned,Not started |
| 76 | [re.submatch.op],| sub_match,None,Unassigned,Not started |
| 77 | [thread.thread.id],| thread::id,None,Unassigned,Not started |