diff --git a/include/boost/compat/invoke.hpp b/include/boost/compat/invoke.hpp index e47ee56..e262f4c 100644 --- a/include/boost/compat/invoke.hpp +++ b/include/boost/compat/invoke.hpp @@ -23,7 +23,7 @@ BOOST_COMPAT_RETURNS( std::forward(f)(std::forward(a)...) ) template constexpr auto invoke( M T::* pm, A&&... a ) -BOOST_COMPAT_RETURNS( mem_fn(pm)(std::forward(a)...) ) +BOOST_COMPAT_RETURNS( compat::mem_fn(pm)(std::forward(a)...) ) // invoke_result_t