Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Counterpoint to your counterpoint:

  void foo()
  {
  	typedef std::auto_ptr<Matrix> matAP;
  	matAP a(new Matrix(1000, 1000));
  	matAP b(new Matrix(1000, 1000));
  }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: