Esempio n. 1
0
bool operator>(remote_ptr<X> const& x, remote_ptr<Y> const& y)
{
  return x.address() > y.address();
}