
6 Oct
2006
6 Oct
'06
9:30 a.m.
The boost documentation recommends implementing iterator_core_access methods as private static members and then making the class a friend of classes derived from iterator_facade. Why is this preferred to the approach of making iterator_core_access a private base of iterator_facade? Rob.