Fixed incorrect 'typename'

This commit is contained in:
Fernando Cacciola 2007-01-19 19:05:10 +00:00
parent 5cf70f8825
commit c211eb0aa9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public:
// 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.
typedef I_TYPE_MATCH_IF< base_pointer, const base_value_type *,