template <class T, class Allocator, class U> void erase(forward_list<T, Allocator>& c, const U& value);
template <class T, class Allocator, class Predicate> void erase_if(forward_list<T, Allocator>& c, Predicate pred);