From b61864a3929c758e8efd1f6fac1b5499d9bf6c80 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 11 Feb 2004 16:32:55 +0000 Subject: [PATCH] VC++ 7.1 /CLR workaround [SVN r22241] --- include/boost/function/function_base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/function/function_base.hpp b/include/boost/function/function_base.hpp index ad7bb99..5bf039e 100644 --- a/include/boost/function/function_base.hpp +++ b/include/boost/function/function_base.hpp @@ -350,7 +350,7 @@ namespace detail { return f->empty(); } - inline bool has_empty_target(...) + inline bool has_empty_target(const void*) { return false; }