- fix compile errors

This commit is contained in:
Magnus Norddahl 2018-11-29 19:32:08 +01:00
commit 5d052fc565
2 changed files with 4 additions and 4 deletions

View file

@ -108,7 +108,7 @@ public:
typedef TIterator<T> iterator;
typedef TIterator<const T> const_iterator;
typedef typename T value_type;
typedef T value_type;
iterator begin()
{