From b234bfc0e8c93622e6844d258f4fb56bf6858e16 Mon Sep 17 00:00:00 2001 From: Arkadiy Vertleyb Date: Thu, 23 Feb 2006 11:13:16 +0000 Subject: [PATCH] enable_if not supported for vc-7_0- [SVN r33085] --- include/boost/typeof/binding_workaround.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/typeof/binding_workaround.hpp b/include/boost/typeof/binding_workaround.hpp index 58bd870..61e04dd 100755 --- a/include/boost/typeof/binding_workaround.hpp +++ b/include/boost/typeof/binding_workaround.hpp @@ -31,8 +31,7 @@ namespace boost { namespace type_of { namespace boost { namespace type_of { template - char (*encode_start(T*, - typename enable_if::type>::type* = 0))[encode_type::value]; + char (*encode_start(T*))[encode_type::value]; }}