blob: 918b9b09a5b092b6cf6fc98a4b205172232f7d47 [file] [log] [blame]
Zoe Carvera720e2c2021-04-13 17:56:55 -07001Section,Description,Dependencies,Asignee,Patch,Complete
2[concepts],"Normally this would be more fine-grained, but it’s already been implemented.",,Christopher Di Bella,,✅
3[tuple.helper],Update <tuple> includes.,,,,
4[function.objects],"Comparison functions: equal_to, less, etc.",[concepts],Zoe Carver,D100429,
5[memory.syn],Add specializations for uninitialized_* and destroy_*. ,"[concepts], [readable.traits]: iter_value_t",,,
6[readable.traits]: indirectly_readable_traits,indirectly_readable_traits only. ,[concepts],Christopher Di Bella,D99461,
7[iterator.traits],Mainly updates to iterator_traits.,"[readable.traits]: indirectly_readable_traits, [concepts]",Christopher Di Bella,"D99854, D99855",
8[readable.traits]: iter_value_t,Finish implementing readable.traits.,"[readable.traits]: indirectly_readable_traits, [concepts], [iterator.traits]",Christopher Di Bella,D99863,
9[specialized.algorithms],NOT FINISHED,NOT FINISHED,,,
10[strings],Adds begin/end and updates const_iterator.,[iterator.concepts],,,
11[views.span],Same as [strings],[iterator.concepts],,,
12[incrementable.traits],,[concepts],Christopher Di Bella,"D99141, D99863",1/2
13[iterator.cust.move],Implement iter_move.,,Christopher Di Bella,D99873,
14[iterator.cust.swap],Implement iter_swap.,"[concepts], [readable.traits]: iter_value_t",,,
15[iterator.concepts],"indirectly_­readable, indirectly_writable, weakly_incrementable, incrementable, input_or_output_iterator, sentinel_for, sized_sentinel_for, input_iterator, output_iterator, forward_iterator, bidirectional_iterator, random_access_iterator, and contiguous_iterator.","[concepts], [readable.traits]: iter_value_t, [iterator.traits]",Christopher Di Bella,"indirectly_readable: D100073
16indirectly_wriatable: D100078 weakly_incrementable, incrementable: D100080 input_or_output_iterator, sentinel_for: D100160
17input_iterator: D100271
18forward_iterator: D100275
19bidirectional_iterator: D100278",
20[indirectcallable.indirectinvocable],"indirectly_unary_invocable, indirectly_regular_unary_invocable, indirectly_unary_predicate, indirectly_binary_predicate, indirectly_equivalence_relation, and indirectly_strict_weak_order.","[concepts], [readable.traits]: iter_value_t, [iterator.traits]",,,
21[projected],,[iterator.concepts],,,
22[common.alg.req]: pt. 1,"indirectly_movable, indirectly_movable_sorable, indirectly_copyable, and indirectly_copyable_storable.",[iterator.concepts],,,
23[common.alg.req]: pt. 2,indirectly_swappable,"[iterator.concepts], [iterator.cust.swap]",,,
24[common.alg.req]: pt. 3,indirectly_comparable,[projected],,,
25[common.alg.req]: pt. 4,"Note: could be done with pt. 1. … permutable, mergeable, and sortable",[iterator.concepts],,,
26[std.iterator.tags],,[iterator.traits],,,
27[range.iterator.opearations.advance],ranges::advance,[iterator.concepts],,,
28[range.iterator.opearations.distance],ranges::distance,"[iterator.concepts], [range.range]",,,
29[range.iterator.opearations.next],ranges::next,[iterator.concepts],,,
30[range.iterator.opearations.prev],ranges::prev,[iterator.concepts],,,
31[predef.iterators],Updates to predefined iterators.,"[iterator.concepts], [iterator.cust.swap], [iterator.cust.move]",,,
32[move.sentinel],,[concepts] Note: for testing it may be beneficial to have completed [predef.iterators]. ,,,
33[common.iterator],,"[iterator.concepts], [iterator.cust.swap], [iterator.cust.move]",,,
34[default.sentinels],The empty std::default_sentinel_t.,,,,
35[counted.iterator],,"[iterator.concepts], [iterator.cust.swap], [iterator.cust.move], [default.sentinels]",,,
36[stream.iterators],,[default.sentinels],,,
37[ranges.syn]: pt. 1,All the stuff not specified elsewhere. ,"[range.access], [iterator.concepts], [range.all], [range.subrange], unreachable, [range.empty]",,,
38[ranges.syn]: pt. 2,"iterator_t, sentinel_t, and safe_iterator_t",[range.access],Christopher Di Bella,"D100255, D100269",
39[range.access],"ranges::begin, end, cbegin, cend, rbegin, rend, crbegin, and crend",[iterator.concepts],Christopher Di Bella,D100255,
40[ranges.primitives],"size, empty, data, and cdata",[iterator.concepts],,,
41[range.range],,[range.access],,,
42[range.sized],,"[range.primitives], [range.range]",,,
43[range.view],View and enable_view,[range.range],,,
44[range.refinements],"OutputRange, InputRange, ForwardRange, BidirectionalRange, RandomAccessRange, ContiguousRange, CommonRange, ViewableRange","[ranges.syn]: pt. 2, [range.range]",Christopher Di Bella,"input_range: D100271
45forward_range: D100275
46bidirectional_range: D100278",
47[view.interface],[range.utility.helpers] and view_interface,"[ranges.syn]: pt. 2, [range.view], [range.iterator.opearations.prev], [range.refinements]",,,
48[range.subrange],,[view.interface],,,
49[range.all],view::all,"[range.subrange], [range.view.ref]",,,
50[range.view.ref],ref-view,[view.interface],,,
51[range.filter],filter_view,[range.all],,,
52[range.transform],transform_view,[range.all],,,
53[range.iota],iota_view,[range.all],,,
54[range.take],take_view,[range.all],,,
55[range.join],join_view,[range.all],,,
56[range.empty],empty_view,[view.interface],,,
57[range.single],single_view,[view.interface],,,
58[range.split],split_view,[range.all],,,
59[range.counted],view::counted,[range.subrange],,,
60[range.common],common_view,[range.all],,,
61[range.reverse],reverse_view,[range.all],,,