diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index ea8aabcf..60999b31 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1099,9 +1099,8 @@ public: template auto erase(Key&& x) -> typename std::enable_if< - !boost::is_convertible::value&& - !boost::is_convertible::value, std::size_t>::type - erase(Key&& x) + !std::is_convertible::value&& + !std::is_convertible::value, std::size_t>::type { auto it=find(x); if(it!=end()){