git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@114 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2010-02-04 07:49:43 +00:00
parent 0bcfffcc03
commit 617ab7965f

View file

@ -31,8 +31,8 @@ namespace detail
};
MOCK_IS_FUNCTION_HELPER( has_result_type, result_type )
MOCK_IS_FUNCTION_HELPER( has_sig, sig< void > )
MOCK_IS_FUNCTION_HELPER( has_result, result< void > )
MOCK_IS_FUNCTION_HELPER( has_sig, template sig< void > )
MOCK_IS_FUNCTION_HELPER( has_result, template result< void > )
#undef MOCK_IS_FUNCTION_HELPER