#79 make positfix operator ++ private for all Dune::GridIterators
Metadata
| Property | Value | 
|---|---|
| Reported by | Robert K (robertk@posteo.org) | 
| Reported at | Jan 16, 2006 17:33 | 
| Type | Feature Request | 
| Version | Git (pre2.4) [autotools] | 
| Operating System | Unspecified / All | 
| Last edited by | Robert K (robertk@posteo.org) | 
| Last edited at | Feb 16, 2006 15:01 | 
| Closed by | Robert K (robertk@posteo.org) | 
| Closed at | Mar 20, 2006 22:38 | 
| Closed in version | 1.0 | 
| Resolution | Implemented | 
| Comment | made all post increment operators of the grid iterators private. | 
Description
All Dune Interface Iterators of the grid should have private postfix operator++, because that operators are to expensive to use, so no one should be allowed to use them.