- fixed compilation warnings.

This commit is contained in:
Christoph Oelckers 2018-11-29 20:11:28 +01:00
commit b8394b2f16
3 changed files with 6 additions and 5 deletions

View file

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