merge, again, IsRecursiveContainer

This commit is contained in:
Gennadiy Civil
2018-03-15 14:31:37 -04:00
parent a325ad2db5
commit a178cc7ef7
6 changed files with 123 additions and 20 deletions

View File

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