From 617ab7965f445c26182dd1abc38195e1630e2711 Mon Sep 17 00:00:00 2001 From: mat007 Date: Thu, 4 Feb 2010 07:49:43 +0000 Subject: [PATCH] Fix git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@114 860be788-9bd5-4423-9f1e-828f051e677b --- src/libraries/turtle/is_functor.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/turtle/is_functor.hpp b/src/libraries/turtle/is_functor.hpp index 5f12b4d..0b038a8 100644 --- a/src/libraries/turtle/is_functor.hpp +++ b/src/libraries/turtle/is_functor.hpp @@ -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