You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I download source code and change nothing. but compile error. the error log as follows:
hello_world.cpp:24:5: required from here
cpp11/impl.h:86:42: error: cannot bind non-const lvalue reference of type ‘testing::internal::MockSpec<int()>&’ to an rvalue of type ‘testing::internal::MockSpec<int()>’
return gmocker.With(p ...);
The text was updated successfully, but these errors were encountered:
I download source code and change nothing. but compile error. the error log as follows:
hello_world.cpp:24:5: required from here
cpp11/impl.h:86:42: error: cannot bind non-const lvalue reference of type ‘testing::internal::MockSpec<int()>&’ to an rvalue of type ‘testing::internal::MockSpec<int()>’
return gmocker.With(p ...);
The text was updated successfully, but these errors were encountered: