template <class Key, class T, class Compare, class Allocator>
bool operator== ( const map<Key,T,Compare,Allocator>& x,
const map<Key,T,Compare,Allocator>& y );
template <class Key, class T, class Compare, class Allocator>
bool operator< ( const map<Key,T,Compare,Allocator>& x,
const map<Key,T,Compare,Allocator>& y );
template <class Key, class T, class Compare, class Allocator>
bool operator!= ( const map<Key,T,Compare,Allocator>& x,
const map<Key,T,Compare,Allocator>& y );
template <class Key, class T, class Compare, class Allocator>
bool operator> ( const map<Key,T,Compare,Allocator>& x,
const map<Key,T,Compare,Allocator>& y );
template <class Key, class T, class Compare, class Allocator>
bool operator>= ( const map<Key,T,Compare,Allocator>& x,
const map<Key,T,Compare,Allocator>& y );
template <class Key, class T, class Compare, class Allocator>
bool operator<= ( const map<Key,T,Compare,Allocator>& x,
const map<Key,T,Compare,Allocator>& y );