Changes between Initial Version and Version 3 of Ticket #303
- Timestamp:
- Feb 5, 2008, 6:45:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #303 – Description
initial v3 1 needed for ticket:306 2 1 3 Typically you want to allow this conversion implicitly so e.g. iterator can be compared with const_iterators. For that reason Iterator provides a conversion operator from Iterator<reference, container> to Iterator<const reference, const container>. The problem is that const_iterator is storing a `const VectorBase*` '''not''' a `const VectorMutable*`. I have tried in several ways, but yet no cigars... 2 4