Hi at all . I have a question about template and STL (sort,remove_if ..)
I have a template class with some member. In one of this i have a struct like this
But when i compile i recive a no matching error with std::remove_if . Why ?
The same if try sort in another parte of code with a std::unary_function predicate