cl 189032107

This commit is contained in:
Gennadiy Civil
2018-03-16 13:36:36 -04:00
parent 78eb71c7e3
commit 67efdc1fc7
3 changed files with 9 additions and 19 deletions

View File

@@ -4526,7 +4526,6 @@ class Streamlike {
class ConstIter;
public:
typedef ConstIter const_iterator;
typedef ConstIter iterator;
typedef T value_type;
template <typename InIter>