File: pair.h

  Get rid of the compare slot and the associated 
  friend Boolean T1##_##T2##_Pair_is_data_equal () function,
  and set_compare function.

  Pair<T1,T2> ();
  Pair<T1,T2> (const T1&, const T2&);
  Make these inline
