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 Peter

Type: defectrequest

comment:2 Changed 15 years ago by Peter

(In [1548]) refs #398 trying to minimize the need for a Policy class in Container2DIterator

comment:3 Changed 15 years ago by Peter

Component: documentationutility
Status: newassigned
Summary: document concept IteratorPolicydeprecate IteratorPolicy

The Policy is not needed, but the functionality could be solved using specializations instead.

comment:4 Changed 15 years ago by Peter

(In [1562]) specialization is not needed anymore due to change of default implementation (refs #445). Also refs #398

comment:5 Changed 15 years ago by Peter

(In [1563]) adding an iterator_traits specialization for when reference_type is const DataWeight? (without &). refs #398

comment:6 Changed 15 years ago by Peter

(In [1565]) removed Policy from Container2DIterator - refs #398

comment:7 Changed 15 years ago by Peter

Resolution: fixed
Status: assignedclosed

(In [1566]) removing IteratorPolicy? - closes #398

Note: See TracTickets for help on using tickets.