git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@381 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-07-12 16:43:54 +00:00
parent f2fe1ad574
commit ed31b9528d
2 changed files with 2 additions and 2 deletions

View file

@ -245,7 +245,7 @@ namespace mock
s << "?"; s << "?";
return s; return s;
} }
const function_impl* impl_; // $$$$ MAT : use detail::context directly const function_impl* impl_;
}; };
struct lazy_expectations struct lazy_expectations

View file

@ -114,7 +114,7 @@ namespace detail
} }
#define MOCK_SIGNATURE(M) \ #define MOCK_SIGNATURE(M) \
mock::detail::signature< BOOST_TYPEOF(&base_type::M) >::type // $$$$ MAT inline mock::detail::signature mock::detail::signature< BOOST_TYPEOF(&base_type::M) >::type
#define MOCK_METHOD_STUB(M, n, S, t, c, tpn) \ #define MOCK_METHOD_STUB(M, n, S, t, c, tpn) \
MOCK_DECL(M, n, S, c, tpn) \ MOCK_DECL(M, n, S, c, tpn) \