Opened 15 years ago
Closed 15 years ago
#398 closed request (fixed)
deprecate IteratorPolicy
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.5 |
Component: | utility | Version: | trunk |
Keywords: | Cc: |
Description
Container2DIterator uses a Policy class. What are the requirements?
see IteratorPolicy?.h
Change History (7)
comment:1 Changed 15 years ago by
Type: | defect → request |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Component: | documentation → utility |
---|---|
Status: | new → assigned |
Summary: | document concept IteratorPolicy → deprecate IteratorPolicy |
The Policy is not needed, but the functionality could be solved using specializations instead.
comment:4 Changed 15 years ago by
comment:5 Changed 15 years ago by
(In [1563]) adding an iterator_traits specialization for when reference_type is const DataWeight? (without &). refs #398
comment:7 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [1566]) removing IteratorPolicy? - closes #398
Note: See
TracTickets for help on using
tickets.
(In [1548]) refs #398 trying to minimize the need for a Policy class in Container2DIterator