From 4edc189b593e569988d5f0b5984b56ecb802f682 Mon Sep 17 00:00:00 2001 From: Mathias Gaunard Date: Sun, 9 Feb 2014 12:40:39 +0100 Subject: [PATCH] fix unused variable warning in member_function_ptr --- include/boost/phoenix/bind/detail/member_function_ptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/phoenix/bind/detail/member_function_ptr.hpp b/include/boost/phoenix/bind/detail/member_function_ptr.hpp index f08a4c6..7854dfc 100644 --- a/include/boost/phoenix/bind/detail/member_function_ptr.hpp +++ b/include/boost/phoenix/bind/detail/member_function_ptr.hpp @@ -39,7 +39,7 @@ namespace boost { namespace phoenix { namespace detail } template - bool operator==(member_function_ptr const & rhs) const + bool operator==(member_function_ptr const &) const { return false; }