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