mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fix
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@114 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
0bcfffcc03
commit
617ab7965f
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ namespace detail
|
||||||
};
|
};
|
||||||
|
|
||||||
MOCK_IS_FUNCTION_HELPER( has_result_type, result_type )
|
MOCK_IS_FUNCTION_HELPER( has_result_type, result_type )
|
||||||
MOCK_IS_FUNCTION_HELPER( has_sig, sig< void > )
|
MOCK_IS_FUNCTION_HELPER( has_sig, template sig< void > )
|
||||||
MOCK_IS_FUNCTION_HELPER( has_result, result< void > )
|
MOCK_IS_FUNCTION_HELPER( has_result, template result< void > )
|
||||||
|
|
||||||
#undef MOCK_IS_FUNCTION_HELPER
|
#undef MOCK_IS_FUNCTION_HELPER
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue