Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
cd99eb0b
Commit
cd99eb0b
authored
Nov 17, 2014
by
kosak
Browse files
Fix gmock-matchers_test's ConstIter.
parent
7123d831
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/gmock-matchers_test.cc
test/gmock-matchers_test.cc
+2
-2
No files found.
test/gmock-matchers_test.cc
View file @
cd99eb0b
...
...
@@ -4478,8 +4478,8 @@ class Streamlike {
class
ConstIter
:
public
std
::
iterator
<
std
::
input_iterator_tag
,
value_type
,
ptrdiff_t
,
const
value_type
&
,
const
value_type
*
>
{
const
value_type
*
,
const
value_type
&
>
{
public:
ConstIter
(
const
Streamlike
*
s
,
typename
std
::
list
<
value_type
>::
iterator
pos
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment