diff --git a/include/boost/function/function_base.hpp b/include/boost/function/function_base.hpp index 2729c6f..110ead2 100644 --- a/include/boost/function/function_base.hpp +++ b/include/boost/function/function_base.hpp @@ -486,7 +486,7 @@ namespace detail { return f->empty(); } - inline bool has_empty_target(...) + inline bool has_empty_target(const void*) { return false; }