2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 02:12:09 +00:00

fix unused variable warning in member_function_ptr

This commit is contained in:
Mathias Gaunard
2014-02-09 12:40:39 +01:00
committed by NT2
parent 35b71d5018
commit 4edc189b59

View File

@@ -39,7 +39,7 @@ namespace boost { namespace phoenix { namespace detail
}
template <int M, typename RhsRT, typename RhsFP>
bool operator==(member_function_ptr<M, RhsRT, RhsFP> const & rhs) const
bool operator==(member_function_ptr<M, RhsRT, RhsFP> const &) const
{
return false;
}