icc 7.1 running on RH8.0 is producing the following error:
error: no operator "=" matches these operands
operand types are: std::auto_ptr = std::auto_ptr
_myTime = _myTimeFactory.makeInitial();
This code will compile under gcc and appears to be "correct". Any ideas?
auto_ptr<> issue . . .
For more complete information about compiler optimizations, see our Optimization Notice.


