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