Commit cd99eb0b authored by kosak's avatar kosak
Browse files

Fix gmock-matchers_test's ConstIter.

parent 7123d831
...@@ -4478,8 +4478,8 @@ class Streamlike { ...@@ -4478,8 +4478,8 @@ class Streamlike {
class ConstIter : public std::iterator<std::input_iterator_tag, class ConstIter : public std::iterator<std::input_iterator_tag,
value_type, value_type,
ptrdiff_t, ptrdiff_t,
const value_type&, const value_type*,
const value_type*> { const value_type&> {
public: public:
ConstIter(const Streamlike* s, ConstIter(const Streamlike* s,
typename std::list<value_type>::iterator pos) typename std::list<value_type>::iterator pos)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment