mirror of https://github.com/CGAL/cgal
Fixed incorrect 'typename'
This commit is contained in:
parent
5cf70f8825
commit
c211eb0aa9
|
|
@ -50,7 +50,7 @@ public:
|
||||||
|
|
||||||
|
|
||||||
// This iterator returns rvalues by design (allowing the conversion function to return new objects)
|
// This iterator returns rvalues by design (allowing the conversion function to return new objects)
|
||||||
typedef typename value_type reference;
|
typedef value_type reference;
|
||||||
|
|
||||||
// Use I_TYPE_MATCH_IF to find correct pointer type.
|
// Use I_TYPE_MATCH_IF to find correct pointer type.
|
||||||
typedef I_TYPE_MATCH_IF< base_pointer, const base_value_type *,
|
typedef I_TYPE_MATCH_IF< base_pointer, const base_value_type *,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue