diff --git a/include/boost/bind.hpp b/include/boost/bind.hpp index 8ac10e3..f3fb5ee 100644 --- a/include/boost/bind.hpp +++ b/include/boost/bind.hpp @@ -117,6 +117,11 @@ template inline F & unwrap(F & f, long) return f; } +template inline F * unwrap(F * f, int) +{ + return f; +} + template inline F & unwrap(reference_wrapper & f, int) { return f;