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
What is the expected output? What do you see instead?
We have a mixed C/C++ codebase, with lots of C-style global functions.
Currently, we have to use cgreen's link-time mocking style for those and
mockitopp's mocking style for class-based mocking.
We want to be able to use mockitopp for both global-function mocks and
class-based mocking.
Original issue reported on code.google.com by [email protected] on 21 Sep 2011 at 9:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 Sep 2011 at 9:57The text was updated successfully, but these errors were encountered: