Opened 6 years ago
Closed 6 years ago
#872 closed request (fixed)
move test class weighted_iterator_archetype to namespace utility.
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.14 |
Component: | utility | Version: | |
Keywords: | Cc: |
Description
This is needed to fix class DistanceConcept under ticket #803.
Move test::weighted_iterator_archetype
to namespace utility
so it can be used in lib code, e.g., DistanceConcept
Change History (2)
comment:1 Changed 6 years ago by
Owner: | changed from Jari Häkkinen to Peter |
---|---|
Status: | new → assigned |
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [3534]) move test::weighted_iterator_archetype to utility::WeightedIteratorArchetype? (camelcased to align with other classes in yat) and change argument constructor so it works also for incrementable iterator. closes #872