Merge branch 'develop'

This commit is contained in:
Oliver Kowalke
2015-02-16 18:42:26 +01:00

View File

@@ -788,12 +788,7 @@ public:
return * this;
}
iterator operator++( int)
{
iterator tmp( * this);
++*this;
return tmp;
}
iterator operator++( int);
reference_t operator*() const
{
@@ -1174,12 +1169,7 @@ public:
return * this;
}
iterator operator++( int)
{
iterator tmp( * this);
++*this;
return tmp;
}
iterator operator++( int);
reference_t operator*() const
{