git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@519 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-07-22 07:16:39 +00:00
parent a745ecfb0a
commit a2a9c1da30
2 changed files with 0 additions and 3 deletions

View file

@ -50,10 +50,8 @@
#define MOCK_PARAM(z, n, d) \
BOOST_PP_COMMA_IF(n) d, n >::type p##n
#define MOCK_PARAMS(n, S, tpn) \
BOOST_PP_REPEAT(n, MOCK_PARAM, tpn mock::detail::parameter< S)
#define MOCK_DECL(M, n, S, c, tpn) \
tpn boost::function_types::result_type< S >::type M( \
MOCK_PARAMS(n, S, tpn) ) c