1
Fork 0

Compiles on gcc-4.7 macos.

main
Davi de Castro Reis 2012-06-03 00:03:46 -03:00
parent 20a67137d4
commit 8ebb9da1ab
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ struct hollow_iterator_base
: public std::iterator<std::forward_iterator_tag,
typename iterator::value_type> {
public:
typedef hollow_iterator_base<iterator, is_empty>& self_type;
typedef hollow_iterator_base<iterator, is_empty> self_type;
typedef self_type& self_reference;
typedef typename iterator::reference reference;
typedef typename iterator::pointer pointer;