File tree Expand file tree Collapse file tree 4 files changed +13
-26
lines changed Expand file tree Collapse file tree 4 files changed +13
-26
lines changed Original file line number Diff line number Diff line change @@ -169,25 +169,13 @@ Example::
169
169
is_superset = includes(iarr, jarr) ! false
170
170
is_superset = includes(iarr, jarr(1:2))) ! true
171
171
172
- set_difference
173
- --------------
174
-
175
- TODO
176
-
177
- set_intersection
178
- ----------------
179
-
180
- TODO
181
-
182
- set_symmetric_difference
183
- ------------------------
172
+ Not yet implemented
173
+ -------------------
184
174
185
- TODO
186
-
187
- set_union
188
- ---------
189
-
190
- TODO
175
+ - set_difference
176
+ - set_intersection
177
+ - set_symmetric_difference
178
+ - set_union
191
179
192
180
Modifying
193
181
=========
@@ -212,10 +200,11 @@ Example::
212
200
213
201
call shuffle(rng, iarr)
214
202
215
- unique
216
- ------
203
+ Not yet implemented
204
+ -------------------
205
+
206
+ - unique
217
207
218
- TODO
219
208
220
209
.. ############################################################################
221
210
.. end of doc/modules/algorithm.rst
Original file line number Diff line number Diff line change 8
8
Chrono
9
9
******
10
10
11
- TODO: Time calculations and timers.
12
-
11
+ Time calculations and timers are not yet implemented.
13
12
14
13
.. ############################################################################
15
14
.. end of doc/modules/chrono.rst
Original file line number Diff line number Diff line change 8
8
Map
9
9
***
10
10
11
- Sorted dictionaries mapping keys to values.
11
+ Maps, sorted dictionaries mapping keys to values, are not yet implemented .
12
12
13
13
.. ############################################################################
14
14
.. end of doc/modules/map.rst
Original file line number Diff line number Diff line change 8
8
String
9
9
******
10
10
11
- String manipulation.
12
-
11
+ String manipulation is not yet implemented.
13
12
14
13
.. ############################################################################
15
14
.. end of doc/modules/string.rst
You can’t perform that action at this time.
0 commit comments