template< class T, class Alloc >
bool operator==( const forward_list<T,Alloc>& lhs,
const forward_list<T,Alloc>& rhs ); (1) template< class T, class Alloc >
bool operator!=( const forward_list<T,Alloc>& lhs,
const forward_list<T,Alloc>& rhs ); (2) template< class T, class Alloc >
bool operator<( const forward_list<T,Alloc>& lhs,
const forward_list<T,Alloc>&